mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-05 16:37:20 -04:00
Many optimizations and new syntax files
This commit is contained in:
@@ -11,7 +11,7 @@ rules:
|
||||
- special: "[(){}<>]|\\[|\\]"
|
||||
- constant.string:
|
||||
start: "\""
|
||||
end: "\""
|
||||
end: "(?<!\\\\)\""
|
||||
rules:
|
||||
- constant.specialChar: "\\\\."
|
||||
- comment:
|
||||
@@ -22,3 +22,4 @@ rules:
|
||||
start: "%"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user