We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150c51 commit 0c52263Copy full SHA for 0c52263
1 file changed
languages/elixir/config.toml
@@ -1,6 +1,7 @@
1
name = "Elixir"
2
grammar = "elixir"
3
path_suffixes = ["ex", "exs", "mix.lock"]
4
+first_line_pattern = '^#!.*\belixir\b'
5
line_comments = ["# "]
6
autoclose_before = ";:.,=}])>"
7
brackets = [
0 commit comments