mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
feat(nu): add parser and queries (#7267)
This commit is contained in:
parent
509d38fee8
commit
604aa5a7c8
12 changed files with 449 additions and 0 deletions
9
tests/indent/nu/table.nu
Normal file
9
tests/indent/nu/table.nu
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let my_table = [
|
||||
[a b];
|
||||
[1 2]
|
||||
[3 4]
|
||||
[5 6]
|
||||
[7 8]
|
||||
[9 10]
|
||||
[11 12]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue