Add shebang for nushell files (#7606)

This commit is contained in:
Jorge Santiago 2023-07-12 01:40:36 -03:00 committed by GitHub
parent 9893a1fbcc
commit 9259c52606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = " " }