Skip to content

Commit

Permalink
Use Nu language for NUON files (helix-editor#9839)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidalgol authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 27fcd8d commit 28ae4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 28ae4c0

Please sign in to comment.