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:
parent
08ad3d52d8
commit
92287fc2eb
1 changed files with 7 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue