1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-13 21:16:48 +02:00

languages.toml: add elvish shebang (#9779)

This commit is contained in:
Malpha 2024-03-02 07:47:10 +00:00 committed by GitHub
parent 5ca6a448e9
commit f04dafa2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2157,6 +2157,7 @@ grammar = "python"
[[language]]
name = "elvish"
scope = "source.elvish"
shebangs = ["elvish"]
file-types = ["elv"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }