mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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)
|
||||
(external_function)
|
||||
(function)
|
||||
(import)
|
||||
(let)
|
||||
(list)
|
||||
(constant)
|
||||
|
|
@ -16,6 +15,7 @@
|
|||
(type_alias)
|
||||
(todo)
|
||||
(tuple)
|
||||
(unqualified_imports)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue