Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update injection mechanism and stop injecting through highlight element, ↵ | Paul Daniel Faria | 2020-06-23 | 1 | -6/+6 |
| | | | | switch to more general new highlight tag, generic | ||||
* | Add punctuation highlighting for highlighting punctuation in doctests, fix ↵ | Paul Daniel Faria | 2020-06-23 | 1 | -3/+1 |
| | | | | highlighting in doctests | ||||
* | Add support for marking doctest items as distinct from normal code, add ↵ | Paul Daniel Faria | 2020-06-23 | 1 | -1/+5 |
| | | | | default tag to all doctest elements | ||||
* | Fix underflow panic when doctests are at top of file | Paul Daniel Faria | 2020-06-23 | 1 | -4/+8 |
| | |||||
* | Remove logic to mark all doctest code as | Paul Daniel Faria | 2020-06-18 | 1 | -1/+0 |
| | |||||
* | Ensure all existing doctest code highlights have documentation modifier | Paul Daniel Faria | 2020-06-17 | 1 | -4/+5 |
| | |||||
* | Add highlighting support for doc comments | Paul Daniel Faria | 2020-06-17 | 1 | -2/+6 |
| | |||||
* | Inspect markdown code fences to determine whether to apply syntax highlighting | Leander Tentrup | 2020-06-16 | 1 | -2/+12 |
| | |||||
* | Syntactic highlighting of NAME_REF for injections | Leander Tentrup | 2020-06-15 | 1 | -1/+1 |
| | | | | | | This commit adds a function that tries to determine the syntax highlighting class of NAME_REFs based on the usage. It is used for highlighting injections (such as highlighting of doctests) as the semantic logic will most of the time result in unresolved references. It also adds a color to unresolved references in HTML encoding. | ||||
* | Implement syntax highlighting for doctests | Leander Tentrup | 2020-06-08 | 1 | -0/+168 |