aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorErasin2022-09-10 13:47:08 +0000
committerGitHub2022-09-10 13:47:08 +0000
commita15420ed1c3b46df0dade6ec6d05a0e4b26e06e0 (patch)
tree88a0574b7cf9cff426ed1579343ea3f5b2a7e6e9 /languages.toml
parent54e78dd24f2cfcf98a974d6f4d5846cc1cb5c9eb (diff)
Add textobject for gdscript (#3760)
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 1a3be93c..83e4affd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1327,7 +1327,7 @@ shebangs = []
roots = ["project.godot"]
auto-format = true
comment-token = "#"
-indent = { tab-width = 4, unit = " " }
+indent = { tab-width = 4, unit = "\t" }
[[grammar]]
name = "gdscript"