mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
test if ci fails with node scoped module keyword highlihgt
This commit is contained in:
parent
867bb2f85c
commit
eec7d69caf
1 changed files with 13 additions and 3 deletions
|
|
@ -214,11 +214,21 @@
|
|||
"using"
|
||||
"requires"
|
||||
"constexpr"
|
||||
"import"
|
||||
"export"
|
||||
"module"
|
||||
] @keyword
|
||||
|
||||
(module_declaration
|
||||
"module" @keyword)
|
||||
|
||||
(module_declaration
|
||||
"export" @keyword
|
||||
"module" @keyword)
|
||||
|
||||
(import_declaration
|
||||
"import" @keyword)
|
||||
|
||||
(export_declaration
|
||||
"export" @keyword)
|
||||
|
||||
[
|
||||
"class"
|
||||
"namespace"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue