mirror of https://github.com/helix-editor/helix
fix comment token of godot resource file (#5276)
parent
24c3b00d10
commit
f0c6e6c9ee
|
@ -1460,7 +1460,7 @@ file-types = ["tscn","tres"]
|
||||||
shebangs = []
|
shebangs = []
|
||||||
roots = ["project.godot"]
|
roots = ["project.godot"]
|
||||||
auto-format = false
|
auto-format = false
|
||||||
comment-token = "#"
|
comment-token = ";"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
|
Loading…
Reference in New Issue