We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a0de7 commit 12c9631Copy full SHA for 12c9631
autoload/elixir/indent.vim
@@ -68,7 +68,7 @@ endfunction
68
69
function! s:in_embedded_view()
70
let groups = map(synstack(line('.'), col('.')), "synIDattr(v:val, 'name')")
71
- for group in ['elixirPhoenixESigil', 'elixirLiveViewSigil', 'elixirSurfaceSigil']
+ for group in ['elixirPhoenixESigil', 'elixirLiveViewSigil', 'elixirSurfaceSigil', 'elixirHeexSigil']
72
if index(groups, group) >= 0
73
return 1
74
endif
0 commit comments