We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public
1 parent 426aa9b commit f386b29Copy full SHA for f386b29
runtime/syntax/julia.yaml
@@ -14,7 +14,7 @@ rules:
14
# definitions
15
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
16
# keywords
17
- - 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"
18
- statement: "\\b(abstract\\s+type|primitive\\s+type|mutable\\s+struct)\\b"
19
# decorators
20
- identifier.macro: "@[A-Za-z0-9_]+"
0 commit comments