diff options
author | Blaž Hrastnik | 2021-05-27 15:00:51 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-27 15:00:51 +0000 |
commit | 094203c74e19d49b3bfc74cf2ab4f853a773c195 (patch) | |
tree | 707927ed1734a504131450a84bdf71d76baf7585 /runtime/queries | |
parent | b114cfa119bc94396f1ed38109a51183035574ed (diff) |
Update deps, introduce the new tree-sitter lifetimes
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/go/indents.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml index 112aa3d6..9fa65bf9 100644 --- a/runtime/queries/go/indents.toml +++ b/runtime/queries/go/indents.toml @@ -3,6 +3,7 @@ indent = [ "const_declaration", "var_declaration", "type_declaration", + "type_spec", "function_declaration", "method_declaration", "composite_literal", |