Skip to content

Instantly share code, notes, and snippets.

@evan-brass
Created December 25, 2020 22:43
Show Gist options
  • Save evan-brass/82be66f53e5e9f48e2d514df4a3e9320 to your computer and use it in GitHub Desktop.
Save evan-brass/82be66f53e5e9f48e2d514df4a3e9320 to your computer and use it in GitHub Desktop.
// Parse a comment node:
|| pull(/^<!--((?:[^-]|-(?!->))*)-->/, comment => {
cursor.children.push({
comment
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment