Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Quarkus Properties",
"scopeName": "source.quarkus-properties",
"patterns": [
{
"comment": "source.java-properties is defined in vscode-microprofile",
"include": "source.java-properties"
}
],
"uuid": "924b3a76-ca9c-11ea-87d0-0242ac130003"
}
1 change: 1 addition & 0 deletions language-support/qute/qute-html.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Qute HTML",
"injections": {
"L:meta.tag": {
"comment": "Qute patterns to inject in HTML's meta.tag scope",
"patterns": [
{
"include": "grammar.qute#templates"
Expand Down
2 changes: 2 additions & 0 deletions language-support/qute/qute-json.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Qute JSON",
"injections": {
"L:support.type.property-name.json, L:string.quoted.double.json": {
"comment": "Qute patterns to inject in the support.type.property-name.json and string.quoted.double.json scopes",
"patterns": [
{
"include": "grammar.qute#templates"
Expand All @@ -12,6 +13,7 @@
]
},
"L:meta.structure.dictionary.json": {
"comment": "Qute patterns to inject in the meta.structure.dictionary.json scope",
"patterns": [
{
"include": "grammar.qute#comment"
Expand Down
1 change: 1 addition & 0 deletions language-support/qute/qute-yaml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Qute YAML",
"injections": {
"L:entity.name.tag.yaml, L:string.unquoted, L:string.quoted": {
"comment": "Qute patterns to inject in the entity.name.tag.yaml, string.unquoted and string.quoted scopes",
"patterns": [
{
"include": "grammar.qute#templates"
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"microprofile": {
"jarExtensions": [
"./server/com.redhat.quarkus.ls.jar"
],
"documentSelector": [
{
"scheme": "file",
"language": "quarkus-properties"
}
]
},
"languages": [
Expand Down Expand Up @@ -195,8 +201,8 @@
"grammars": [
{
"language": "quarkus-properties",
"scopeName": "source.java-properties",
"path": "./language-support/properties-support/java-properties.tmLanguage.json"
"scopeName": "source.quarkus-properties",
"path": "./language-support/properties-support/quarkus-properties.tmLanguage.json"
},
{
"language": "qute-html",
Expand Down Expand Up @@ -284,4 +290,4 @@
"request-promise": "^4.2.4",
"yauzl": "^2.10.0"
}
}
}