JPQL syntax highlighting via Semantic Tokens
This commit is contained in:
@@ -69,6 +69,16 @@
|
||||
"*.factories"
|
||||
],
|
||||
"configuration": "./properties-support/language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "jpa-query-properties",
|
||||
"aliases": [
|
||||
"JPA Query Properties"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"jpa-named-queries.properties"
|
||||
],
|
||||
"configuration": "./properties-support/language-configuration.json"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
@@ -300,6 +310,11 @@
|
||||
],
|
||||
"description": "The path to a shared properties metadata JSON file."
|
||||
},
|
||||
"boot-java.jpql": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "JPA Query language support"
|
||||
},
|
||||
"boot-java.change-detection.on": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
@@ -1137,10 +1152,15 @@
|
||||
"scopeName": "source.spring-boot-properties",
|
||||
"path": "./properties-support/spring-boot-properties.tmLanguage.json"
|
||||
},
|
||||
{
|
||||
"language": "jpa-query-properties",
|
||||
"scopeName": "source.jpa-query-properties",
|
||||
"path": "./properties-support/jpa-query-properties.tmLanguage.json"
|
||||
},
|
||||
{
|
||||
"language": "spring-factories",
|
||||
"scopeName": "source.spring-factories",
|
||||
"path": "./properties-support/spring-boot-properties.tmLanguage.json"
|
||||
"path": "./properties-support/spring-factories.tmLanguage.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user