Skip to content

Commit 12c9631

Browse files
committed
Fix indentation
I need to do a proper refactoring here but my HEEx syntax fixes broke indentation.
1 parent 84a0de7 commit 12c9631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/elixir/indent.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endfunction
6868

6969
function! s:in_embedded_view()
7070
let groups = map(synstack(line('.'), col('.')), "synIDattr(v:val, 'name')")
71-
for group in ['elixirPhoenixESigil', 'elixirLiveViewSigil', 'elixirSurfaceSigil']
71+
for group in ['elixirPhoenixESigil', 'elixirLiveViewSigil', 'elixirSurfaceSigil', 'elixirHeexSigil']
7272
if index(groups, group) >= 0
7373
return 1
7474
endif

0 commit comments

Comments
 (0)