mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
fix comment token of godot resource file (#5276)
This commit is contained in:
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
Block a user