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:
Omar Valdez 2024-08-31 10:14:13 -07:00 committed by GitHub
parent b33a34e883
commit 0b61eb4923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,4 +13,4 @@
(setting
(setting_name) @property)
; (setting_value) @none ; grammar does not support subtypes
(setting_value) @string