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

Add initial support for Elixir

This commit is contained in:
Steffo 2022-05-04 12:40:10 +02:00
parent 08ad3d52d8
commit 92287fc2eb
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -168,6 +168,7 @@
"string.unquoted.heredoc punctuation.definition.string.begin", "string.unquoted.heredoc punctuation.definition.string.begin",
"string.unquoted.heredoc punctuation.definition.string.end", "string.unquoted.heredoc punctuation.definition.string.end",
"keyword.control.preamble.latex punctuation.definition.function.latex", "keyword.control.preamble.latex punctuation.definition.function.latex",
"source.elixir", // REALLY EXPERIMENTAL
], ],
"settings": { "settings": {
"foreground": "#ff9340", "foreground": "#ff9340",
@ -216,7 +217,8 @@
"storage.modifier.import", "storage.modifier.import",
"constant.language.beancount", "constant.language.beancount",
"support.type.object.module", "support.type.object.module",
"meta.preamble.latex support.class" "meta.preamble.latex support.class",
"variable.other.constant.elixir",
], ],
"settings": { "settings": {
"foreground": "#ffdd44", "foreground": "#ffdd44",
@ -307,6 +309,7 @@
"entity.name.function.ts", "entity.name.function.ts",
"entity.name.function.tsx", "entity.name.function.tsx",
"entity.name.function.call", "entity.name.function.call",
"entity.name.function-call",
"entity.name.function.member", "entity.name.function.member",
"entity.name.variable.property.cs", "entity.name.variable.property.cs",
"entity.other.attribute-name.class.mixin", "entity.other.attribute-name.class.mixin",
@ -432,6 +435,8 @@
"name": "Byte-string", "name": "Byte-string",
"scope": [ "scope": [
"string.quoted.binary", "string.quoted.binary",
"support.function.variable.quoted.single.elixir",
"support.function.variable.quoted.single.elixir punctuation.definition.string",
"string.unquoted.block.yaml", "string.unquoted.block.yaml",
"string.unquoted.heredoc", "string.unquoted.heredoc",
], ],
@ -448,6 +453,7 @@
"comment.block.javadoc", "comment.block.javadoc",
"comment.block.javadoc punctuation.definition.comment", "comment.block.javadoc punctuation.definition.comment",
"comment.line.documentation", "comment.line.documentation",
"comment.documentation",
], ],
"settings": { "settings": {
"foreground": "#629755", "foreground": "#629755",