slint/tools/lsp/sublime/SixtyFPS.sublime-commands
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

10 lines
213 B
Text

[
{
"caption": "LSP SixtyFPS: Show Preview of my_main.60",
"command": "lsp_execute",
"args":{
"command_name": "showPreview",
"command_args":["/home/YOUR_USER/app/my_main.60"]
}
}
]