Skip to content

Commit 0c52263

Browse files
authored
Add first line pattern for Elixir scripts (#118)
1 parent 0150c51 commit 0c52263

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

languages/elixir/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "Elixir"
22
grammar = "elixir"
33
path_suffixes = ["ex", "exs", "mix.lock"]
4+
first_line_pattern = '^#!.*\belixir\b'
45
line_comments = ["# "]
56
autoclose_before = ";:.,=}])>"
67
brackets = [

0 commit comments

Comments
 (0)