aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/octave.tes
blob: 5f2c5b32dd764a20ca6b9dcf5284a210f2e39817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
! AUTO-GENERATED FROM SCITE PROPERTY SET !

@[lexer.test.octave]{
  :EN*.m.octaveQ*
}

@[lexer.set.octave]{
  ESSETLEXERLANGUAGEoctave
  0ESSETKEYWORDS
    __FILE__ __LINE__ break case catch classdef continue do else elseif end
    end_try_catch end_unwind_protect endclassdef endenumeration endevents endfor endif
    endmethods endparfor endproperties endswitch endwhile enumeration events for function
    endfunction get global if methods otherwise parfor persistent properties return set
    static switch try until unwind_protect unwind_protect_cleanup while
  :M[color.comment],1M[color.set]
  :M[color.preproc],2M[color.set]
  :M[color.number],3M[color.set]
  :M[color.keyword],4M[color.set]
  :M[color.string],5M[color.set]
  :M[color.operator],6M[color.set]
  :M[color.string],8M[color.set]
}