Unnamed repository; edit this file 'description' to name the repository.
fix comment token of godot resource file (#5276)
Erasin 2022-12-24
parent 24c3b00 · commit f0c6e6c
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 8972a6e9..53f65be7 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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]]