Merge branch 'master' of https://github.com/SuperAuguste/zls
This commit is contained in:
commit
7d5d217e2f
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"]
|
||||||
\\ }}
|
\\ }}
|
||||||
\\ }}
|
\\ }}
|
||||||
|
Loading…
Reference in New Issue
Block a user