aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/latex.tes
blob: de3d1cfe3c54caec625c5b6abd50cf19359e50c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
!* LaTeX *!

@[lexer.test.latex]{
  :EN*.texQ*"S -1 '
  :EN*.styQ*
}

@[lexer.set.latex]{
  ESSETILEXERlatex

  !* command *!
  :M[color.keyword],1M[color.set]
  !* tag opening *!
  :M[color.string],2M[color.set]
  !* math inline *!
  !!:M[color.preproc2],3M[color.set]
  :M[color.comment],4M[color.set]
  !* tag closing *!
  :M[color.string],5M[color.set]
  !* math block *!
  !!:M[color.preproc2],6M[color.set]
  :M[color.comment],7M[color.set]
  !* verbatim segment *!
  !!:M[color.string],8M[color.set]
  !* short command *!
  :M[color.preproc],9M[color.set]
  !* special char *!
  :M[color.preproc2],10M[color.set]
  !* command optional argument *!
  :M[color.string2],11M[color.set]
  :M[color.error],12M[color.set]
}