slint/tools/lsp/sublime/LSP.sublime-settings
Jocelyn Turcotte d468d10d63 LSP: Add Sublime Text instructions and syntax highlighting
The syntax highlighting was mostly ported from sixtyfps.ksyntaxhighlighter.xml
and the VSCode extension, so they could theoretically be updated together.
2021-05-03 10:30:15 +02:00

21 lines
259 B
Text

{
"clients":
{
"sixtyfps":
{
"command":
[
"/home/YOUR_USER/.cargo/bin/sixtyfps-lsp"
],
"languageId": "sixtyfps",
"scopes":
[
"source.sixtyfps"
],
"syntaxes":
[
"Packages/User/SixtyFPS.sublime-syntax"
]
}
}
}