2017-02-18 20:17:07 +00:00
|
|
|
filetype: tex
|
|
|
|
|
|
|
|
|
|
detect:
|
|
|
|
|
filename: "\\.tex$|bib|\\.bib$|cls|\\.cls$"
|
|
|
|
|
|
|
|
|
|
rules:
|
|
|
|
|
- identifier:
|
|
|
|
|
start: "\\{"
|
|
|
|
|
end: "\\}"
|
|
|
|
|
rules: []
|
2017-03-21 18:55:22 +00:00
|
|
|
|
2017-02-18 20:17:07 +00:00
|
|
|
- identifier:
|
|
|
|
|
start: "\\["
|
|
|
|
|
end: "\\]"
|
|
|
|
|
rules: []
|
2017-03-21 18:55:22 +00:00
|
|
|
|
2017-02-18 20:17:07 +00:00
|
|
|
- constant.number: "\\b[0-9]+(\\.[0-9]+)?([[:space:]](pt|mm|cm|in|ex|em|bp|pc|dd|cc|nd|nc|sp))?\\b"
|
2017-03-21 18:55:22 +00:00
|
|
|
- symbol.brackets: "[{}\\[\\]]"
|
2017-02-18 20:17:07 +00:00
|
|
|
- special: "[&\\\\]"
|
2017-03-21 18:55:22 +00:00
|
|
|
- identifier.macro: "\\\\@?[a-zA-Z_]+"
|
|
|
|
|
- comment: "%.*"
|
2017-02-18 20:17:07 +00:00
|
|
|
- comment:
|
|
|
|
|
start: "\\\\begin\\{comment\\}"
|
|
|
|
|
end: "\\\\end\\{comment\\}"
|
|
|
|
|
rules: []
|
2017-03-21 18:55:22 +00:00
|
|
|
|