mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Merge
This commit is contained in:
@@ -13,7 +13,7 @@ rules:
|
|||||||
# definitions
|
# definitions
|
||||||
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
||||||
# keywords
|
# keywords
|
||||||
- statement: "\\b(begin|break|catch|continue|function|elseif|else|end|finally|for|global|local|const|if|include|using|require|macro|println|return|try|type|while|module)\\b"
|
- statement: "\\b(begin|break|catch|continue|function|elseif|else|end|finally|for|global|local|const|if|include|import|using|require|macro|println|return|try|type|while|module)\\b"
|
||||||
# decorators
|
# decorators
|
||||||
- identifier.macro: "@[A-Za-z0-9_]+"
|
- identifier.macro: "@[A-Za-z0-9_]+"
|
||||||
# operators
|
# operators
|
||||||
|
|||||||
Reference in New Issue
Block a user