mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 01:40:24 +00:00
Merge
This commit is contained in:
commit
8e5fd674cc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ rules:
|
|||
# definitions
|
||||
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
||||
# 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
|
||||
- identifier.macro: "@[A-Za-z0-9_]+"
|
||||
# operators
|
||||
|
|
|
|||
Loading…
Reference in a new issue