Skip to content

Commit 33bda86

Browse files
committed
fix: Generic vscode completion fix
Fixed issue where built in vscode completion handler stopped providing completions based on the document.
1 parent 2b6bb9b commit 33bda86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/ini.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3787,7 +3787,7 @@
37873787
},
37883788
{
37893789
"match": "[a-zA-Z_:\\.+][\\w\\\\]*",
3790-
"name": "string.unquoted.ini"
3790+
"name": "property.ini"
37913791
}
37923792
]
37933793
},

0 commit comments

Comments
 (0)