aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorErasin2022-12-24 11:30:44 +0000
committerGitHub2022-12-24 11:30:44 +0000
commitf0c6e6c9eeb1f2772571bcefe02bd344fa70d62f (patch)
tree6a7bae7a86a1d0809f0bba7abfadf1be200bb3d8 /languages.toml
parent24c3b00d10858a02c6c1c351a7509e204c2bc647 (diff)
fix comment token of godot resource file (#5276)
Diffstat (limited to 'languages.toml')
-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]]