mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add support for skipping and remove need for lookbehind
This commit is contained in:
@@ -10,7 +10,7 @@ rules:
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
end: "(?<!\\\\)\""
|
||||
end: "\""
|
||||
rules: []
|
||||
|
||||
- default:
|
||||
|
||||
Reference in New Issue
Block a user