forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/hs-skylighting: Update to 0.14
0.14 * Add rWeakDeliminators field to Rule. [API change] * Make WordDetect sensitive to weakDeliminator. This fixes parsing of floats beginning with '0.' in C (#174). * Add debiancontrol syntax (#173). 0.13.4.1 * Update syntax definitions: ada, bash, cmake, css, html, isocpp, java, javascript, kotlin, latex, makefile, markdown, php, python, qml, r, sass, scss, typescript, zsh. * Don't require word boundary at end of Int, Float, HlCHex, HlCOct (#170). KDE does not. This fixes things like 7L in R. 0.13.4 * Add dosbat syntax (MS DOS batch file) (#169). * Derive Bounded Instance for TokenType (#168, Pavan Pikhi). Add Bounded to the derived instances for the TokenType type. This allows consumers to use [minBound .. maxBound] to generate a list of all token types when writing a Style. * Require xml-conduit >= 1.9.1.3. This fixes a bug that prevents parsing certain DOCTYPE declarations, e.g. in agda.xml. * Updated cmake syntax definition. 0.13.3 * Add gap language (#167). * Update syntax definitions. * Add patches for agda.xml and dtd.xml, to wor around a bug in xml-conduit: snoyberg/xml#187 * Store compiled regexes in RE (#166, Jonathan Coates). This changes the RE type to (lazily) compile the regex when constructed, rather than in the tokenizer. This allows us to avoid re-compiling regexes for each separate tokenize call, instead sharing them globally. We try to hide the internals of this, exposing the previous interface (RE { reString, reCaseSensitive }) with pattern synonyms. * ConTeXt: fix handling of spaces in non-normal tokens (Albert Krewinkel). This ensures that multiple spaces won't be collapsed into a single space. 0.13.2.1 * Update tango style for new token types (#164). The original tango style didn't have colors defined for many token types that have been added since it was added. This commit updates the style to support them. Thanks to @danbraswell for providing the values needed.
- Loading branch information
1 parent
dee6e75
commit 38af44b
Showing
4 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# $NetBSD: Makefile,v 1.13 2023/10/09 04:54:54 pho Exp $ | ||
# $NetBSD: Makefile,v 1.14 2023/10/30 18:29:39 pho Exp $ | ||
|
||
DISTNAME= skylighting-0.13.2 | ||
PKGREVISION= 2 | ||
DISTNAME= skylighting-0.14 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Syntax highlighting library | ||
LICENSE= gnu-gpl-v2 | ||
|
||
CONFIGURE_ARGS+= -fexecutable | ||
CONFIGURE_ARGS+= -f executable | ||
|
||
# lib:skylighting | ||
.include "../../textproc/hs-skylighting-core/buildlink3.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/01/27 15:06:06 pho Exp $ | ||
$NetBSD: distinfo,v 1.7 2023/10/30 18:29:39 pho Exp $ | ||
|
||
BLAKE2s (skylighting-0.13.2.tar.gz) = 223c447275f05fe9f06c49d4d087f817db9241fee27260ab5bd5c5799e900823 | ||
SHA512 (skylighting-0.13.2.tar.gz) = d9fdb5944b088e340d11947a5c1beaaa30b71764df86229aa670590fe4977adb9721e59c1d2b296691a6382a97151183a806dc59f4bd38aa54a75f9710ea6353 | ||
Size (skylighting-0.13.2.tar.gz) = 1249526 bytes | ||
BLAKE2s (skylighting-0.14.tar.gz) = 7dc7f310330fb553a760b44e8bb128e7a7169e8486f245fa4dcdc50168944959 | ||
SHA512 (skylighting-0.14.tar.gz) = 33d36f7181c0a6b94d3319707d6ea68199239a7699c18c6392e8ae49d97d7249f57f4d42a9fb09fa9df643268aa57b8e42e2204a6a002f8222ef00284dfd25d4 | ||
Size (skylighting-0.14.tar.gz) = 1393626 bytes |