Merge pull request #87 from data-man/st3_fix

Sublime Text 3 fix
This commit is contained in:
Alexandros Naskos 2020-05-26 13:16:15 +03:00 committed by GitHub
commit ccb4c4877f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
\\ }} \\ }}
\\ }} \\ }}