mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-23 15:44:44 +00:00
fixed tex comment detection at start of line (#2764)
This commit is contained in:
parent
61c90b27ab
commit
9cef21ecd6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ rules:
|
|||
- statement: "\\\\%"
|
||||
# comments
|
||||
- comment:
|
||||
start: "[^\\\\]%"
|
||||
start: "[^\\\\]%|^%"
|
||||
end: "$"
|
||||
rules: []
|
||||
- comment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue