mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-07 21:30:22 +09:00
27 lines
573 B
YAML
27 lines
573 B
YAML
filetype: tex
|
|
|
|
detect:
|
|
filename: "\\.tex$|bib|\\.bib$|cls|\\.cls$"
|
|
|
|
rules:
|
|
- identifier:
|
|
start: "\\{"
|
|
end: "\\}"
|
|
rules: []
|
|
|
|
- identifier:
|
|
start: "\\["
|
|
end: "\\]"
|
|
rules: []
|
|
|
|
- constant.number: "\\b[0-9]+(\\.[0-9]+)?([[:space:]](pt|mm|cm|in|ex|em|bp|pc|dd|cc|nd|nc|sp))?\\b"
|
|
- symbol.brackets: "[{}\\[\\]]"
|
|
- special: "[&\\\\]"
|
|
- identifier.macro: "\\\\@?[a-zA-Z_]+"
|
|
- comment: "%.*"
|
|
- comment:
|
|
start: "\\\\begin\\{comment\\}"
|
|
end: "\\\\end\\{comment\\}"
|
|
rules: []
|
|
|