mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
indent(hcl): fix function calls
This commit is contained in:
parent
b1e8b61a94
commit
82e43748cf
4 changed files with 12 additions and 11 deletions
|
|
@ -63,8 +63,8 @@
|
|||
] @string
|
||||
|
||||
[
|
||||
(heredoc_identifier) ; <<END
|
||||
(heredoc_start) ; END
|
||||
(heredoc_identifier) ; END
|
||||
(heredoc_start) ; << or <<-
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue