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

Improve TeX and MD support

This commit is contained in:
Steffo 2022-02-23 05:32:34 +01:00
parent 43f9264138
commit f63c95939e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -170,6 +170,7 @@
"variable.language.wildcard",
"string.unquoted.heredoc punctuation.definition.string.begin",
"string.unquoted.heredoc punctuation.definition.string.end",
"keyword.control.preamble.latex punctuation.definition.function.latex",
],
"settings": {
"foreground": "#ff9340",
@ -199,6 +200,8 @@
"storage.modifier.chomping-indicator",
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
"meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount",
"punctuation.math.begin.bracket",
"punctuation.math.end.bracket",
],
"settings": {
"foreground": "#cc7832",
@ -216,6 +219,7 @@
"storage.modifier.import",
"constant.language.beancount",
"support.type.object.module",
"meta.preamble.latex support.class"
],
"settings": {
"foreground": "#ffdd44",
@ -311,6 +315,11 @@
"entity.other.attribute-name.class.mixin",
"source.rst keyword.control",
"meta.function.call entity.name.function",
"punctuation.definition.function.tex",
"punctuation.definition.function.latex",
"constant.character.math.tex",
"constant.other.general.math.tex",
"punctuation.definition.constant.math.tex",
],
"settings": {
"foreground": "#e6e68a",
@ -368,6 +377,7 @@
"constant.other.caps",
"meta.import meta.block variable.other.readwrite",
"source.rst entity.name.tag",
"meta.function.environment support.class.math.block.environment.latex",
],
"settings": {
"foreground": "#dcaf88",
@ -424,6 +434,9 @@
"string.quoted.binary",
"string.unquoted.block.yaml",
"string.unquoted.heredoc",
"support.class.math.block.environment.latex",
"punctuation.definition.string.begin.latex",
"punctuation.definition.string.end.latex",
],
"settings": {
"foreground": "#a7c261",
@ -641,6 +654,8 @@
"name": "Quote / Greentext",
"scope": [
"markup.quote",
"punctuation.definition.quote.begin",
"punctuation.definition.quote.end",
],
"settings": {
"foreground": "#639656",