Skip to content

Commit

Permalink
Add shebang for nushell files (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkhancision committed Jul 12, 2023
1 parent 9893a1f commit 9259c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 9259c52

Please sign in to comment.