1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-21 04:06:06 +02:00

Use Nu language for NUON files (#9839)

This commit is contained in:
Aidan Gauland 2024-03-10 16:22:04 +13:00 committed by GitHub
parent 0dc67ff885
commit 3bd493299f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = " " }