Add shebang for nushell files (#7606)
This commit is contained in:
parent
9893a1fbcc
commit
9259c52606
1 changed files with 1 additions and 0 deletions
|
@ -1668,6 +1668,7 @@ name = "nu"
|
||||||
scope = "source.nu"
|
scope = "source.nu"
|
||||||
injection-regex = "nu"
|
injection-regex = "nu"
|
||||||
file-types = ["nu"]
|
file-types = ["nu"]
|
||||||
|
shebangs = ["nu"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
Loading…
Add table
Reference in a new issue