mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Add 'register' as c-keyword
See https://en.wikipedia.org/wiki/Register_(keyword)
This commit is contained in:
parent
e22b5ee6ef
commit
34bb66c48f
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
"union"
|
"union"
|
||||||
"volatile"
|
"volatile"
|
||||||
"goto"
|
"goto"
|
||||||
|
"register"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue