mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
Create indent-square-brackets.rb
This commit is contained in:
parent
db73045a16
commit
bb24f483ca
1 changed files with 5 additions and 0 deletions
5
tests/indent/ruby/indent-square-brackets.rb
Normal file
5
tests/indent/ruby/indent-square-brackets.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
def indent_brackets
|
||||||
|
[
|
||||||
|
[]
|
||||||
|
]
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue