mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
add public keyword to Julia syntax file (#3247)
This commit is contained in:
parent
426aa9bb8b
commit
f386b29e16
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ rules:
|
|||
# definitions
|
||||
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
||||
# keywords
|
||||
- statement: "\\b(baremodule|begin|break|catch|const|continue|do|else|elseif|end|export|finally|for|function|global|if|import|let|local|macro|module|quote|return|struct|try|using|while)\\b"
|
||||
- statement: "\\b(baremodule|begin|break|catch|const|continue|do|else|elseif|end|export|finally|for|function|global|if|import|let|local|macro|module|public|quote|return|struct|try|using|while)\\b"
|
||||
- statement: "\\b(abstract\\s+type|primitive\\s+type|mutable\\s+struct)\\b"
|
||||
# decorators
|
||||
- identifier.macro: "@[A-Za-z0-9_]+"
|
||||
|
|
|
|||
Loading…
Reference in a new issue