mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00

The syntax highlighting was mostly ported from sixtyfps.ksyntaxhighlighter.xml and the VSCode extension, so they could theoretically be updated together.
21 lines
259 B
Text
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"
|
|
]
|
|
}
|
|
}
|
|
}
|