From 0b61eb492370ec619b9d646a2cd89bc3924bbf5f Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Sat, 31 Aug 2024 10:14:13 -0700 Subject: fix(ini): highlight setting value as `@string` (#7104) Values are not typed in INI files and are interpreted as literal strings. --- queries/ini/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/ini/highlights.scm b/queries/ini/highlights.scm index 4da3c7b4c..b71c502aa 100644 --- a/queries/ini/highlights.scm +++ b/queries/ini/highlights.scm @@ -13,4 +13,4 @@ (setting (setting_name) @property) -; (setting_value) @none ; grammar does not support subtypes +(setting_value) @string -- cgit v1.2.3-70-g09d2