mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(cpp highlights): Use @include for preproc_include (fix #445)
This commit is contained in:
parent
b4d7ea7e66
commit
da6bc7be20
1 changed files with 2 additions and 1 deletions
|
|
@ -37,10 +37,11 @@
|
|||
"#else"
|
||||
"#elif"
|
||||
"#endif"
|
||||
"#include"
|
||||
(preproc_directive)
|
||||
] @keyword
|
||||
|
||||
"#include" @include
|
||||
|
||||
[
|
||||
"="
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue