mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Use Nu language for NUON files (#9839)
This commit is contained in:
parent
0dc67ff885
commit
3bd493299f
1 changed files with 1 additions and 1 deletions
|
@ -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 = " " }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue