Improve lua syntax file

This commit is contained in:
Zachary Yedidia
2017-02-16 18:10:22 -05:00
parent ad48b781e8
commit b4bdad79e1
+3 -3
View File
@@ -50,11 +50,11 @@ rules:
rules: [] rules: []
- comment: - comment:
start: "\-\-" start: "\\-\\-"
end: "$" end: "$"
rules: [] rules: []
- comment: - comment:
start: "\-\-\[\[" start: "\\-\\-\\[\\["
end: "\]\]" end: "\\]\\]"
rules: [] rules: []