Skip to content

Commit

Permalink
match block constructs in single pass
Browse files Browse the repository at this point in the history
Improve on #91 by increasing speed of matching block constructs, and
allow them to be nested within each other, by matching all of them in a
single pass.

- Ensure font locking of block constructs is predicated solely on text
properties.
- Add "language" field to tilde fence opening regexp.
- Make `test-markdown-font-lock/pandoc-yaml-metadata` pass.
- Add `markdown-font-lock-extend-region-function` and rework
`markdown-syntax-propertize-extend-region` to stretch
repropertization/refontification to all of a code block.
- Add test cases for fenced block conditions.
  • Loading branch information
Danny McClanahan committed Feb 16, 2016
1 parent 34614bd commit e72bd3f
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 140 deletions.
Loading

0 comments on commit e72bd3f

Please sign in to comment.