mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 06:17:12 +09:00
Allow Julia multiline strings and comments (#1813)
This commit is contained in:
committed by
GitHub
parent
dd54a64746
commit
697751d5f6
@@ -33,11 +33,16 @@ rules:
|
||||
rules: []
|
||||
|
||||
- constant.string:
|
||||
start: "'''"
|
||||
end: "'''"
|
||||
start: "\"[^\"]|\"$"
|
||||
end: "\""
|
||||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "#"
|
||||
start: "#[^=]|#$"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "#="
|
||||
end: "=#"
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user