strings
This commit is contained in:
@@ -28,7 +28,13 @@
|
||||
{
|
||||
"language": "sx",
|
||||
"scopeName": "source.sx",
|
||||
"path": "./syntaxes/sx.tmLanguage.json"
|
||||
"path": "./syntaxes/sx.tmLanguage.json",
|
||||
"embeddedLanguages": {
|
||||
"meta.embedded.block.glsl": "glsl",
|
||||
"meta.embedded.block.sql": "sql",
|
||||
"meta.embedded.block.html": "html",
|
||||
"meta.embedded.block.json": "json"
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
@@ -36,7 +42,7 @@
|
||||
"properties": {
|
||||
"sx.lspPath": {
|
||||
"type": "string",
|
||||
"default": "sx-lsp",
|
||||
"default": "sx",
|
||||
"description": "Path to the sx-lsp binary"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user