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
115
115
unlet b: current_syntax
116
116
syntax region elixirLiveViewSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ L\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
117
117
syntax 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
118
119
syntax region elixirPhoenixESigil matchgroup =elixirSigilDelimiter keepend start =+ \~ E\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
119
120
syntax region elixirPhoenixeSigil matchgroup =elixirSigilDelimiter keepend start =+ \~ e\z ("""\) + end =+ ^\s *\z 1+ skip =+ \\ "+ contains =@HTML fold
120
121
You can’t perform that action at this time.
0 commit comments