mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-14 03:20:58 +00:00
Merge pull request #1421 from j-mortara/master
Corrected tex comment start separator
This commit is contained in:
commit
1956a49f9b
1 changed files with 2 additions and 1 deletions
|
|
@ -20,9 +20,10 @@ rules:
|
|||
- special: "[&\\\\]"
|
||||
# macros
|
||||
- statement: "\\\\@?[a-zA-Z_]+"
|
||||
- statement: "\\\\%"
|
||||
# comments
|
||||
- comment:
|
||||
start: "%"
|
||||
start: "[^\\\\]%"
|
||||
end: "$"
|
||||
rules: []
|
||||
- comment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue