0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add preliminary Terraform syntax support

This commit is contained in:
Kristi 2022-06-28 21:58:50 -04:00
parent 88df42ff48
commit fc19b20fae
4 changed files with 16 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.8.6
`2022-06-28`
- Add preliminary Terraform syntax support
## 0.8.5 ## 0.8.5
`2022-06-28` `2022-06-28`
- Update comment doc color - Update comment doc color

View file

@ -713,6 +713,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",
@ -780,6 +781,7 @@
"name": "Function Definition", "name": "Function Definition",
"scope": [ "scope": [
"entity.name.function", "entity.name.function",
"variable.other.enummember",
"meta.function-call", "meta.function-call",
"meta.function-call entity.name.function", "meta.function-call entity.name.function",
"variable.function", "variable.function",
@ -820,6 +822,8 @@
"scope": [ "scope": [
"meta.definition.variable variable.other.constant", "meta.definition.variable variable.other.constant",
"meta.definition.variable variable.other.readwrite", "meta.definition.variable variable.other.readwrite",
"variable.declaration.hcl variable.other.readwrite.hcl",
"meta.mapping.key.hcl variable.other.readwrite.hcl",
"variable.other.declaration" "variable.other.declaration"
], ],
"settings": { "settings": {

View file

@ -734,6 +734,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",
@ -802,6 +803,7 @@
"name": "Function Definition", "name": "Function Definition",
"scope": [ "scope": [
"entity.name.function", "entity.name.function",
"variable.other.enummember",
"meta.function-call", "meta.function-call",
"meta.function-call entity.name.function", "meta.function-call entity.name.function",
"variable.function", "variable.function",
@ -842,6 +844,8 @@
"scope": [ "scope": [
"meta.definition.variable variable.other.constant", "meta.definition.variable variable.other.constant",
"meta.definition.variable variable.other.readwrite", "meta.definition.variable variable.other.readwrite",
"variable.declaration.hcl variable.other.readwrite.hcl",
"meta.mapping.key.hcl variable.other.readwrite.hcl",
"variable.other.declaration" "variable.other.declaration"
], ],
"settings": { "settings": {

View file

@ -712,6 +712,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",
@ -780,6 +781,7 @@
"name": "Function Definition", "name": "Function Definition",
"scope": [ "scope": [
"entity.name.function", "entity.name.function",
"variable.other.enummember",
"meta.function-call", "meta.function-call",
"meta.function-call entity.name.function", "meta.function-call entity.name.function",
"variable.function", "variable.function",
@ -820,6 +822,8 @@
"scope": [ "scope": [
"meta.definition.variable variable.other.constant", "meta.definition.variable variable.other.constant",
"meta.definition.variable variable.other.readwrite", "meta.definition.variable variable.other.readwrite",
"variable.declaration.hcl variable.other.readwrite.hcl",
"meta.mapping.key.hcl variable.other.readwrite.hcl",
"variable.other.declaration" "variable.other.declaration"
], ],
"settings": { "settings": {