mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
add ql indent tests
This commit is contained in:
parent
1c41d6f825
commit
9d6d348418
3 changed files with 36 additions and 0 deletions
9
tests/indent/ql/module.ql
Normal file
9
tests/indent/ql/module.ql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import go
|
||||
|
||||
module Test {
|
||||
class Foo extends Type {
|
||||
Foo() { this.getName() = "Foo" }
|
||||
}
|
||||
}
|
||||
|
||||
select 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue