mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00

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