aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Gauland2024-03-10 03:22:04 +0000
committerGitHub2024-03-10 03:22:04 +0000
commit3bd493299fe632a7ff09fbd4c92c702ba3d0853f (patch)
treef69fb46a88d20c5c0f61b4ed28af329685d1c755
parent0dc67ff8852ce99d40ad4464062ebe212b0b03a1 (diff)
Use Nu language for NUON files (#9839)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 2e9f5d19..bf726e34 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1934,7 +1934,7 @@ source = { git = "https://github.com/PrestonKnopp/tree-sitter-godot-resource", r
name = "nu"
scope = "source.nu"
injection-regex = "nu"
-file-types = ["nu"]
+file-types = ["nu", "nuon"]
shebangs = ["nu"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }