mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Fix quotes
This commit is contained in:
parent
5f284e4b74
commit
0f06fba7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ function M.get_indent(lnum)
|
|||
if c_delim_node then
|
||||
c_srow, _ = c_delim_node:start()
|
||||
end
|
||||
if o_is_last_in_line and not metadata['indent.align_hanging'] then
|
||||
if o_is_last_in_line and not metadata["indent.align_hanging"] then
|
||||
-- hanging indent (previous line ended with starting delimiter)
|
||||
-- should be processed like indent
|
||||
if should_process then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue