Skip to content

Commit 77ced9e

Browse files
authored
Add syntax highlight to mix.lock files (#105)
1 parent 30ced4c commit 77ced9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

languages/elixir/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Elixir"
22
grammar = "elixir"
3-
path_suffixes = ["ex", "exs"]
3+
path_suffixes = ["ex", "exs", "mix.lock"]
44
line_comments = ["# "]
55
autoclose_before = ";:.,=}])>"
66
brackets = [

0 commit comments

Comments
 (0)