There was an error while loading. Please reload this page.
1 parent 980d4c5 commit fdf97f9Copy full SHA for fdf97f9
2 files changed
package.json
@@ -36,9 +36,16 @@
36
"scopeName": "source.elixir",
37
"path": "./syntaxes/elixir.json",
38
"unbalancedBracketScopes": [
39
+ "keyword.operator.bitwise.elixir",
40
+ "keyword.operator.other.unbalanced.elixir",
41
"constant.language.symbol.elixir",
- "entity.name.map-access.elixir"
- ]
42
+ "constant.language.symbol.single-quoted.elixir",
43
+ "constant.language.symbol.double-quoted.elixir",
44
+ "entity.name.function.call.dot.elixir"
45
+ ],
46
+ "embeddedLanguages": {
47
+ "comment.documentation.heredoc.elixir": "markdown"
48
+ }
49
},
50
{
51
"language": "eex",
0 commit comments