Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit fdf97f9

Browse files
authored
Update Elixir syntax to the latest from ElixirLS (#94)
1 parent 980d4c5 commit fdf97f9

2 files changed

Lines changed: 287 additions & 94 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,16 @@
3636
"scopeName": "source.elixir",
3737
"path": "./syntaxes/elixir.json",
3838
"unbalancedBracketScopes": [
39+
"keyword.operator.bitwise.elixir",
40+
"keyword.operator.other.unbalanced.elixir",
3941
"constant.language.symbol.elixir",
40-
"entity.name.map-access.elixir"
41-
]
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+
}
4249
},
4350
{
4451
"language": "eex",

0 commit comments

Comments
 (0)