Feature/Add vue textmate grammar (#2582)

* add language grammar for vue

* add vue syntax path to default config
This commit is contained in:
Akin 2018-10-04 00:18:10 +01:00 committed by GitHub
parent af72e43e4c
commit ff1a064f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1015 additions and 0 deletions

View File

@ -181,6 +181,14 @@ const BaseConfiguration: IConfigurationValues = {
"language.go.languageServer.command": "go-langserver",
"language.go.textMateGrammar": path.join(__dirname, "extensions", "go", "syntaxes", "go.json"),
"language.vue.textMateGrammar": path.join(
__dirname,
"extensions",
"vue",
"syntaxes",
"vue.json",
),
"language.python.languageServer.command": "pyls",
"language.cpp.languageServer.command": "clangd",
"language.c.languageServer.command": "clangd",

File diff suppressed because it is too large Load Diff