Find the layer with the smallest enclosing node in language_scope_at
This commit is contained in:
parent
bf9dfa3b51
commit
2e2333107a
6 changed files with 151 additions and 69 deletions
|
@ -4,4 +4,4 @@ autoclose_before = ">})"
|
|||
brackets = [
|
||||
{ start = "<", end = ">", close = true, newline = true },
|
||||
]
|
||||
block_comment = ["<%#", "%>"]
|
||||
block_comment = ["<%!--", "--%>"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue