mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Highlight "module" as keyword.import
This commit is contained in:
parent
ff18a3038f
commit
bb21b4b6f3
1 changed files with 4 additions and 3 deletions
|
|
@ -130,9 +130,10 @@
|
||||||
|
|
||||||
"return" @keyword.return
|
"return" @keyword.return
|
||||||
|
|
||||||
"import" @keyword.import
|
[
|
||||||
|
"import"
|
||||||
"module" @keyword
|
"module"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
[
|
[
|
||||||
"bitstruct"
|
"bitstruct"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue