File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ syntax include @HTML syntax/html.vim
115115unlet b: current_syntax
116116syntax region elixirLiveViewSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ L\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
117117syntax region elixirSurfaceSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ H\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
118+ syntax region elixirSurfaceSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ F\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
118119syntax region elixirPhoenixESigil matchgroup =elixirSigilDelimiter keepend start =+ \~ E\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
119120syntax region elixirPhoenixeSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ e\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
120121
You can’t perform that action at this time.
0 commit comments