mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
fixed tex comment detection at start of line (#2764)
This commit is contained in:
@@ -23,7 +23,7 @@ rules:
|
||||
- statement: "\\\\%"
|
||||
# comments
|
||||
- comment:
|
||||
start: "[^\\\\]%"
|
||||
start: "[^\\\\]%|^%"
|
||||
end: "$"
|
||||
rules: []
|
||||
- comment:
|
||||
|
||||
Reference in New Issue
Block a user