mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
feat(D): highlight (string) etc. as @keyword.type (#7978)
Co-authored-by: Baruch Even <baruch@weka.io>
This commit is contained in:
parent
dbb63c8b7a
commit
1f069f1bc6
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@
|
||||||
(creal)
|
(creal)
|
||||||
(double)
|
(double)
|
||||||
(cfloat)
|
(cfloat)
|
||||||
|
(string)
|
||||||
|
(dstring)
|
||||||
|
(wstring)
|
||||||
] @type.builtin
|
] @type.builtin
|
||||||
|
|
||||||
; Functions
|
; Functions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue