mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add shebang for nushell files (#7606)
This commit is contained in:
parent
9893a1fbcc
commit
9259c52606
@ -1668,6 +1668,7 @@ name = "nu"
|
||||
scope = "source.nu"
|
||||
injection-regex = "nu"
|
||||
file-types = ["nu"]
|
||||
shebangs = ["nu"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
Loading…
Reference in New Issue
Block a user