Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
5edc5419
Commit
5edc5419
authored
Oct 26, 2020
by
Matheus C. França
🏘
Committed by
Christoph Cullmann
Oct 31, 2020
Browse files
Add support for the Zig language server
Reference:
https://github.com/zigtools/zls#kate
parent
03524dfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
5edc5419
...
...
@@ -80,6 +80,11 @@
"command"
:
[
"R"
,
"--slave"
,
"-e"
,
"languageserver::run()"
],
"url"
:
"https://github.com/REditorSupport/languageserver"
,
"highlightingModeRegex"
:
"^R Script$"
},
"zig"
:
{
"command"
:
[
"zls"
],
"url"
:
"https://github.com/zigtools/zls"
,
"highlightingModeRegex"
:
"^Zig$"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment