-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And I realized that these problems are similar: - shell here doc - search until prefix-selected delimiter (line-wise) - C++ multi-line string - search until prefix-selected delimiter - HTML <script> <STYLE> - search until prefix-selected delimiter And then these are similar: - C++ /* - search until */ - HTML - <!-- search until --> - <? search until ?> - <![CDATA[ search until ]]> I'm also not sure if <!DOCTYPE foo> needs to be multi-line. Probably. Maybe we need a mode that's not multi-line then? It will work better for start tags too. <a href=foo class=d></a> Well actually we have already taken care of that, because <a and > are different tokens. The mode persists across lines.
- Loading branch information
Andy C
committed
Jan 20, 2025
1 parent
e314d99
commit f011d93
Showing
3 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters