languages: Add missing comment token for elixir and nix
This commit is contained in:
parent
385a6b5a1a
commit
ba729349b8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ scope = "source.elixir"
|
||||||
injection-regex = "elixir"
|
injection-regex = "elixir"
|
||||||
file-types = ["ex", "exs"]
|
file-types = ["ex", "exs"]
|
||||||
roots = []
|
roots = []
|
||||||
|
comment-token = "#"
|
||||||
|
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
|
@ -141,6 +142,7 @@ scope = "source.nix"
|
||||||
injection-regex = "nix"
|
injection-regex = "nix"
|
||||||
file-types = ["nix"]
|
file-types = ["nix"]
|
||||||
roots = []
|
roots = []
|
||||||
|
comment-token = "#"
|
||||||
|
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue