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]]
|
||||
name = "elvish"
|
||||
scope = "source.elvish"
|
||||
shebangs = ["elvish"]
|
||||
file-types = ["elv"]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
|
Loading…
Reference in a new issue