This commit is contained in:
Alexandros Naskos 2020-05-26 13:30:56 +03:00
commit 7d5d217e2f
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"], "command": ["zls"],
"enabled": true, "enabled": true,
"languageId": "zig", "languageId": "zig",
"document_selector": "source.zig", "scopes": ["source.zig"],
"syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"] "syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"]
} }
} }

View File

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