mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30: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"
|
"#else"
|
||||||
"#elif"
|
"#elif"
|
||||||
"#endif"
|
"#endif"
|
||||||
"#include"
|
|
||||||
(preproc_directive)
|
(preproc_directive)
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
"#include" @include
|
||||||
|
|
||||||
[
|
[
|
||||||
"="
|
"="
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue