aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorJorge Santiago2023-07-12 04:40:36 +0000
committerGitHub2023-07-12 04:40:36 +0000
commit9259c526062f7e80e7d43c6d2e5ae97e9cf0487a (patch)
tree5f1b03ea26acd33fd06367b266191aff5303180b /languages.toml
parent9893a1fbcc4bf4cd5c44c0bd8ff5ecbc2a908e31 (diff)
Add shebang for nushell files (#7606)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index c06c2056..d09c303a 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = " " }