Skip to content

Commit 753fc86

Browse files
authored
Merge pull request #576 from sodapopcan/fix-heex-indent
Fix indentation
2 parents 6c0ff0c + 12c9631 commit 753fc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/elixir/indent.vim

+1-1
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)