diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-09-18 20:55:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-09-18 20:55:41 -0700 |
commit | 5891f4f418694f71a4b553aa0518b620149a3466 (patch) | |
tree | 49d9f4f430a8b2599d9e527da68399c1387da4c4 | |
parent | 4a5ed7e04a0186afe159b030b5bf52260cb47da4 (diff) | |
download | pandoc-5891f4f418694f71a4b553aa0518b620149a3466.tar.gz |
Use skylighting-0.12, skylighting-core-0.12.
This fixes highlighting issues with typescript, scala,
and other syntaxes that include keyword lists from
different syntaxes.
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 4881fe3a4..333d9afdc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -567,8 +567,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.11 && < 0.12, - skylighting-core >= 0.11 && < 0.12, + skylighting >= 0.12 && < 0.13, + skylighting-core >= 0.12 && < 0.13, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, diff --git a/stack.yaml b/stack.yaml index 75e01ee8b..5343c52be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,8 +7,8 @@ flags: packages: - '.' extra-deps: -- skylighting-core-0.11 -- skylighting-0.11 +- skylighting-core-0.12 +- skylighting-0.12 - doctemplates-0.10 - git: https://github.com/jgm/texmath.git commit: 19700530733707284bb41f24add757f19ca23430 |