mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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"
|
||||
] @keyword.operator
|
||||
|
||||
[
|
||||
"export"
|
||||
"module"
|
||||
] @keyword.import
|
||||
|
||||
"<=>" @operator
|
||||
|
||||
"::" @punctuation.delimiter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue