Corrected tex comment start separator

This commit is contained in:
Johann Mortara
2019-11-29 12:05:54 +01:00
parent 3a8898dadd
commit 5b869cb836

View File

@@ -20,9 +20,10 @@ rules:
- special: "[&\\\\]"
# macros
- statement: "\\\\@?[a-zA-Z_]+"
- statement: "\\\\%"
# comments
- comment:
start: "%"
start: "[^\\\\]%"
end: "$"
rules: []
- comment: