fix comment token of godot resource file (#5276)
This commit is contained in:
parent
24c3b00d10
commit
f0c6e6c9ee
1 changed files with 1 additions and 1 deletions
|
@ -1460,7 +1460,7 @@ file-types = ["tscn","tres"]
|
|||
shebangs = []
|
||||
roots = ["project.godot"]
|
||||
auto-format = false
|
||||
comment-token = "#"
|
||||
comment-token = ";"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
[[grammar]]
|
||||
|
|
Loading…
Add table
Reference in a new issue