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 mtoohey31 committed Jun 2, 2024
1 parent 9b6df99 commit 6c6b71d
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 6c6b71d

Please sign in to comment.