Sublime Text 3 fix

This commit is contained in:
data-man 2020-05-26 15:06:13 +05:00
parent 9bf0842697
commit 862d9af030
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Install the `zls-vscode` extension from [here](https://github.com/zigtools/zls-v
"command": ["zls"],
"enabled": true,
"languageId": "zig",
"document_selector": "source.zig",
"scopes": ["source.zig"],
"syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"]
}
}

View File

@ -57,7 +57,7 @@ pub fn config(step: *std.build.Step) anyerror!void {
\\ "command": ["zls"],
\\ "enabled": true,
\\ "languageId": "zig",
\\ "document_selector": "source.zig",
\\ "scopes": ["source.zig"],
\\ "syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"]
\\ }}
\\ }}