Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 15:12:14 UTC Now

2024-05-02 11:01:13 UTC MAIN commitmail json YAML

textproc/hs-skylighting-core: Update to 0.14.1.1

0.14.1.1
    Add GPRBuild syntax.
    Update syntax descriptions for clojure, cmake, coffee, cpp, cs, erlang, graphql, haskell, javascript, julia, kotlin, lilypond, markdown, objectivec, objectivecpp, ocaml, perl, python, ruby, rust, stan, typescript, yaml.

0.14.1
    Update syntax definitions for julia, actionscript, bash, cpp, css, djangotemplate, dosbat, groovy, html, ini, isocpp, java, javadoc, json, jsp, latex, makefile, mustache, php, powershell, rest, rhtml, sass, scala, scss, toml, xml, raku (with patch).
    Many improvements to regular expression compilation:
        Properly recognize unicode characters.
        Handle \Q..\E literal sequences.
        Handle group modifiers like (?i:etc.). (The only one we actually pay attention to is i.)
        Allow unicode category escapes outside of character classes.
        Support one-letter unicode category escapes like \p{L}. These are found in some of the newer syntax definitions.
    Improve regex matching:
        Fix wordDetect to work around an issue in the new html.xml.
        Refactor and fix atWordBoundary: remove redundant checks, and fix behavior (/x\b/ was behaving like /\bx\b/) (C担me ALLART).
        Fix bug in lastCharOffset (C担me ALLART).
    Style: Allow colors to be specified in ARGB format (#178). We currently just ignore the A part, but at least we don't fail.

(pho)