vscode-phoenix icon indicating copy to clipboard operation
vscode-phoenix copied to clipboard

Fix HEEx sigil syntax highlighting in functions

Open zolrath opened this issue 10 months ago • 0 comments

The existing regex prevented the end of a HEEx sigil from being detected if the line had any additional content after the """[modifiers]. This caused highlighting to break if a HEEx sigil was ever passed into a function as """) or """, :more_args) would not be detected by the regex.

Closes #7

zolrath avatar Apr 27 '24 19:04 zolrath