mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Fix trailing spaces/tabs in yaml syntax files (#3200)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9ab9f8bc1c
commit
426e6c600f
@@ -32,7 +32,7 @@ rules:
|
||||
|
||||
- symbol: "(:|=|\\||\\(|\\)|\\{|\\}|\\[|\\])"
|
||||
|
||||
- constant.bool: "\\b(true|false)\\b"
|
||||
- constant.bool: "\\b(true|false)\\b"
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
@@ -44,4 +44,4 @@ rules:
|
||||
- comment:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules: []
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user