mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Use latest skylighting and omit the 'missingincludes' check.
If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226.
This commit is contained in:
+2
-1
@@ -15,4 +15,5 @@ packages:
|
||||
extra-deps:
|
||||
- pandoc-citeproc-0.12.2.5
|
||||
- hslua-0.9.5
|
||||
resolver: lts-10.1
|
||||
- skylighting-0.5.1
|
||||
resolver: lts-10.2
|
||||
|
||||
Reference in New Issue
Block a user