summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJT <547158+jntrnr@users.noreply.github.com>2023-04-19 00:30:29 +1200
committerGitHub <noreply@github.com>2023-04-18 14:30:29 +0200
commit29bdd1eff4a5f8ff173d52b69ed452e5072d3683 (patch)
tree72b6ef99b43a7af528794e9a9e527618b542c822
parent8fa716d9bee91d05a451db6bbf30097afe5dd140 (diff)
Add Nushell to languages.json (#982)
* Add Nushell to languages.json Added an entry for Nushell to the languages.json support. * Update languages.json --------- Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
-rw-r--r--languages.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.json b/languages.json
index 75ce20a..83063fe 100644
--- a/languages.json
+++ b/languages.json
@@ -937,6 +937,14 @@
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["nqp"]
},
+ "Nushell": {
+ "line_comment": ["#"],
+ "quotes": [
+ ["\\\"", "\\\""],
+ ["'", "'"]
+ ],
+ "extensions": ["nu"]
+ },
"ObjectiveC": {
"name": "Objective-C",
"line_comment": ["//"],