Skip to content

Commit f546480

Browse files
committed
Fix source.json.textmate scopeName
1 parent 3e78f18 commit f546480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/json.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/syntaxes/json.tmLanguage.json",
33
"$schema": "https://raw.githubusercontent.com/RedCMD/TmLanguage-Syntax-Highlighter/main/vscode.tmLanguage.schema.json",
44
"name": "JSON TextMate",
5-
"scopeName": "source.json.textmaate",
5+
"scopeName": "source.json.textmate",
66
"injections": {
77
"L:capture-group-lookbehind -capture-group-modify-extended -character-class -comment": {
88
"patterns": [

0 commit comments

Comments
 (0)