Skip to content

Commit f386b29

Browse files
authored
add public keyword to Julia syntax file (zyedidia#3247)
1 parent 426aa9b commit f386b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/syntax/julia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rules:
1414
# definitions
1515
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
1616
# 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"
17+
- 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"
1818
- statement: "\\b(abstract\\s+type|primitive\\s+type|mutable\\s+struct)\\b"
1919
# decorators
2020
- identifier.macro: "@[A-Za-z0-9_]+"

0 commit comments

Comments
 (0)