We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0ff0c + 12c9631 commit 753fc86Copy full SHA for 753fc86
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