Switch VSCode extensions to built-in YAML java-props grammars

This commit is contained in:
aboyko
2023-05-09 19:57:10 -04:00
parent 7d66b171bf
commit 6d0e4587aa
26 changed files with 132 additions and 1509 deletions

View File

@@ -972,18 +972,18 @@
"grammars": [
{
"language": "spring-boot-properties-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
"scopeName": "source.spring-boot-properties-yaml",
"path": "./yaml-support/spring-boot-properties-yaml.tmLanguage.json"
},
{
"language": "spring-boot-properties",
"scopeName": "source.java-properties",
"path": "./properties-support/java-properties.tmLanguage"
"scopeName": "source.spring-boot-properties",
"path": "./properties-support/spring-boot-properties.tmLanguage.json"
},
{
"language": "spring-factories",
"scopeName": "source.java-properties",
"path": "./properties-support/java-properties.tmLanguage"
"scopeName": "source.spring-factories",
"path": "./properties-support/spring-boot-properties.tmLanguage.json"
}
]
},