Last active
April 10, 2023 01:38
-
-
Save deanebarker/fb292bc4f4cfea320904ca84d0b39db6 to your computer and use it in GitHub Desktop.
An implementation of Emmet in C# using Parlot
This file contains hidden or 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
| Moved to a permanent repo here: https://github.com/deanebarker/Nemmet |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just realized if we got rid of the
>^+business and derived that based on indentation (see lines 22-29), then we'd essentially have re-created HAML.UPDATE: and here we go... https://gist.github.com/deanebarker/fb292bc4f4cfea320904ca84d0b39db6#file-pleasehaml__donthurtem-cs