mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
fix(ini): highlight setting value as @string (#7104)
Values are not typed in INI files and are interpreted as literal strings.
This commit is contained in:
parent
b33a34e883
commit
0b61eb4923
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@
|
||||||
(setting
|
(setting
|
||||||
(setting_name) @property)
|
(setting_name) @property)
|
||||||
|
|
||||||
; (setting_value) @none ; grammar does not support subtypes
|
(setting_value) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue