mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(cpp): keyword highlights for export, module
This commit is contained in:
parent
09d50fd157
commit
ab33076957
1 changed files with 5 additions and 0 deletions
|
|
@ -254,6 +254,11 @@
|
||||||
"or"
|
"or"
|
||||||
] @keyword.operator
|
] @keyword.operator
|
||||||
|
|
||||||
|
[
|
||||||
|
"export"
|
||||||
|
"module"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
"<=>" @operator
|
"<=>" @operator
|
||||||
|
|
||||||
"::" @punctuation.delimiter
|
"::" @punctuation.delimiter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue