mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
languages: Add missing comment token for elixir and nix
This commit is contained in:
parent
385a6b5a1a
commit
ba729349b8
@ -36,6 +36,7 @@ scope = "source.elixir"
|
||||
injection-regex = "elixir"
|
||||
file-types = ["ex", "exs"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
@ -141,6 +142,7 @@ scope = "source.nix"
|
||||
injection-regex = "nix"
|
||||
file-types = ["nix"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user