mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +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
@@ -5,7 +5,7 @@ detect:
|
||||
|
||||
rules:
|
||||
- identifier: "\\b[A-Za-z_0-9-]*\\b"
|
||||
|
||||
|
||||
- statement: "\\b(?i:(if|else|then|do|loop|case|endcase|of|endof|begin|while|repeat|until|again|unloop|leave|exit|done|next|\\?do|\\+do|\\-do|\\+loop|\\-loop|\\?leave))\\b"
|
||||
|
||||
- statement: "(^:|;$)"
|
||||
|
||||
Reference in New Issue
Block a user