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