feat(julia/highlights): Add as keyword

This commit is contained in:
Sergio Alejandro Vargas 2023-02-02 23:12:23 -05:00 committed by Stephan Seitz
parent 98a52ce300
commit 4301040bbc

View file

@ -155,6 +155,8 @@
["module" "baremodule" "end"] @include)
(import_statement
["import" "using"] @include)
(import_alias
"as" @include)
(export_statement
"export" @include)