mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(gleam): indent on unqualified import rather than import
This commit is contained in:
parent
3b013b9ed4
commit
f0ff9f0e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
(constant)
|
(constant)
|
||||||
(external_function)
|
(external_function)
|
||||||
(function)
|
(function)
|
||||||
(import)
|
|
||||||
(let)
|
(let)
|
||||||
(list)
|
(list)
|
||||||
(constant)
|
(constant)
|
||||||
|
|
@ -16,6 +15,7 @@
|
||||||
(type_alias)
|
(type_alias)
|
||||||
(todo)
|
(todo)
|
||||||
(tuple)
|
(tuple)
|
||||||
|
(unqualified_imports)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue