mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
syntax: sh: Add here document as string region (#2953)
This commit is contained in:
parent
f7244d09c6
commit
041ee002dd
@ -56,6 +56,12 @@ rules:
|
|||||||
skip: "\\\\."
|
skip: "\\\\."
|
||||||
rules: []
|
rules: []
|
||||||
|
|
||||||
|
- constant.string:
|
||||||
|
start: "<<[^\\s]+[-~.]*[A-Za-z0-9]+$"
|
||||||
|
end: "^[^\\s]+[A-Za-z0-9]+$"
|
||||||
|
skip: "\\\\."
|
||||||
|
rules: []
|
||||||
|
|
||||||
- comment:
|
- comment:
|
||||||
start: "(^|\\s)#"
|
start: "(^|\\s)#"
|
||||||
end: "$"
|
end: "$"
|
||||||
|
Loading…
Reference in New Issue
Block a user