1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-21 18:44:19 +00:00

Color all unquoted strings as bytes

This commit is contained in:
Steffo 2022-07-29 06:45:44 +02:00
parent e00a222672
commit 68f8bcb2ba
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -316,7 +316,6 @@
{
"name": "special",
"scope": [
"constant.language.boolean.yaml",
"constant.language.import-export-all",
"constant.other.placeholder.makefile",
"entity.name.tag.reference.scss",
@ -343,7 +342,6 @@
"constant",
"keyword.other.unit",
"punctuation.definition.constant",
"string.unquoted",
"support.constant",
"support.type.builtin",
"meta.amount.beancount keyword.operator.modifier",
@ -372,8 +370,7 @@
"string.quoted.binary",
"string.quoted.double.sql punctuation.definition.string",
"string.quoted.double.sql",
"string.unquoted.block.yaml",
"string.unquoted.heredoc",
"string.unquoted",
"support.function.builtin.shorthand.gdscript constant.character.escape",
"support.function.builtin.shorthand.gdscript keyword",
],