mirror of https://github.com/helix-editor/helix
languages.toml: add elvish shebang (#9779)
parent
5ca6a448e9
commit
f04dafa2e2
|
@ -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…
Reference in New Issue