mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Color all unquoted strings as bytes
This commit is contained in:
parent
e00a222672
commit
68f8bcb2ba
1 changed files with 1 additions and 4 deletions
|
@ -316,7 +316,6 @@
|
||||||
{
|
{
|
||||||
"name": "special",
|
"name": "special",
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.language.boolean.yaml",
|
|
||||||
"constant.language.import-export-all",
|
"constant.language.import-export-all",
|
||||||
"constant.other.placeholder.makefile",
|
"constant.other.placeholder.makefile",
|
||||||
"entity.name.tag.reference.scss",
|
"entity.name.tag.reference.scss",
|
||||||
|
@ -343,7 +342,6 @@
|
||||||
"constant",
|
"constant",
|
||||||
"keyword.other.unit",
|
"keyword.other.unit",
|
||||||
"punctuation.definition.constant",
|
"punctuation.definition.constant",
|
||||||
"string.unquoted",
|
|
||||||
"support.constant",
|
"support.constant",
|
||||||
"support.type.builtin",
|
"support.type.builtin",
|
||||||
"meta.amount.beancount keyword.operator.modifier",
|
"meta.amount.beancount keyword.operator.modifier",
|
||||||
|
@ -372,8 +370,7 @@
|
||||||
"string.quoted.binary",
|
"string.quoted.binary",
|
||||||
"string.quoted.double.sql punctuation.definition.string",
|
"string.quoted.double.sql punctuation.definition.string",
|
||||||
"string.quoted.double.sql",
|
"string.quoted.double.sql",
|
||||||
"string.unquoted.block.yaml",
|
"string.unquoted",
|
||||||
"string.unquoted.heredoc",
|
|
||||||
"support.function.builtin.shorthand.gdscript constant.character.escape",
|
"support.function.builtin.shorthand.gdscript constant.character.escape",
|
||||||
"support.function.builtin.shorthand.gdscript keyword",
|
"support.function.builtin.shorthand.gdscript keyword",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue