mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-03 23:57:13 -04:00
Fix bugs in syntax files
Fix various bugs in syntax files. Add c++ syntax file. Only save last line's endstate in highlight function.
This commit is contained in:
@@ -17,10 +17,10 @@ rules:
|
||||
start: "//"
|
||||
end: "$"
|
||||
rules:
|
||||
todo: "TODO:?"
|
||||
- todo: "TODO:?"
|
||||
|
||||
- comment:
|
||||
start: "/\\*"
|
||||
end: "\\*/"
|
||||
rules:
|
||||
todo: "TODO:?"
|
||||
- todo: "TODO:?"
|
||||
|
||||
Reference in New Issue
Block a user