mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
feat(julia/highlights): Add as keyword
This commit is contained in:
parent
98a52ce300
commit
4301040bbc
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@
|
||||||
["module" "baremodule" "end"] @include)
|
["module" "baremodule" "end"] @include)
|
||||||
(import_statement
|
(import_statement
|
||||||
["import" "using"] @include)
|
["import" "using"] @include)
|
||||||
|
(import_alias
|
||||||
|
"as" @include)
|
||||||
(export_statement
|
(export_statement
|
||||||
"export" @include)
|
"export" @include)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue