mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
languages.toml: add elvish shebang (#9779)
This commit is contained in:
parent
5ca6a448e9
commit
f04dafa2e2
1 changed files with 1 additions and 0 deletions
|
@ -2157,6 +2157,7 @@ grammar = "python"
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "elvish"
|
name = "elvish"
|
||||||
scope = "source.elvish"
|
scope = "source.elvish"
|
||||||
|
shebangs = ["elvish"]
|
||||||
file-types = ["elv"]
|
file-types = ["elv"]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue