pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/syntax-highlighting
Module Name: pkgsrc
Committed By: markd
Date: Sat Jul 29 02:33:15 UTC 2023
Modified Files:
pkgsrc/textproc/syntax-highlighting: Makefile distinfo
Log Message:
syntax-highlighting: update to 5.108.0
5.99
Bash,Zsh: add Dollar Prefix style for simple variable
Zsh: disable spellcheck
Zsh: fix Parameter Expansion style for )) in $((...)) and add missing
parameter expansion flags
Bash: fix Parameter Expansion style for )) in $((...))
prefer Oklab to CIELAB for perceptual color difference in ansi256 mode
PostgreSQL: Remove # as line comment
Improve ASN.1 highlighting
Ruby: add keywords used for refinements to the mixin methods list
Python: add := operator, built-in functions and special methods
Crystal Syntax Highlighting Definition: // operator, macros, keywords
debianchangelog.xml: Set default filename
bash.xml: The other (more correct) form of multiline comments
5.100
Jira: improve highlighting
Jira: fix Bold and Stroked Out highlight at start of line
CMake: fix nested parentheses highlinthing
systemd_unit: update to systemd v252
Common List: optimize (~40% faster)
Common Lisp: highlight numbers preceded by -
Common Lisp: highlint 'symbol and #'symbol
Common Lisp: add operators
Common Lisp: add .el extension (emacs script)
powershell.xml: Recognize variable substitutions in double quoted strings
powershell.xml: Recognize single quoted strings
debchangelog: add Forky
debchangelog: add Lunar Lobster
CMake: return() as Control Flow
CMake: add Control Flow style for if, else, while, etc
Fix name (for consistency with CartoCSS MML)
Better highlighting for some GIS-related file formats
VHDL: support of VHDL-2008
Nix: fix decimal numbers format and some performance changes
Alerts: add NO-BREAK SPACE (nbsp) as keyword deliminator
Git Rebase: add missing commands
Git Ignore: more highlight
cmake.xml: New features for CMake 3.25
Bash/Zsh: fix Parameter Expansion style for } in ${...}
Zsh: add folding for group command
Bash/Zsh: fix group command with coproc statement
use a constant container with range-based for loop to avoid copies
Ansi/HtmlHighlighter: prefer QTextStream::readLineInto() to
QTextStream::readLine() to avoid allocation
fix AnsiHighlighter::highlightData() with valid definition, but without
any context
increment version number after keywords change
cpp.xml: add missing QStringTokenizer class for highlighting
Add folding for maps, structs and lists in elixir
Add opendocument "flat XML" file types
Add do: to tests
Undo unintended line formating
Remove any reference to fn being a definition
Adapt tests to new output
Add folding to elixir code
5.101
TOML: add number prefix, inf, nan and more datetime format ; fix multi-strings closing
Python: add pyi extension (python interface)
Javascript: remove previousDibling keyword (probably a typo for previousSibling)
Add GPS Exchange Format (GPX) type
CSS family: add properties, functions and fr unit ; remove FPWD and old proposed
properties
install a index.katesyntax when QRC_SYNTAX is OFF
Make the Rust language mode use the cstyle indenter
C23: missing wN length modifiers with d and i in printf_like
CMake: remove duplicate <list> and <context>
CMake: optimize by adding DetectIdentifier and DetectSpaces (~20% faster)
CMake: replace some <WordDetect> with <keyword>
Add syntax definition for CSV and TSV
JSON: small optimization on number regex
Go: improved support for literal numbers, add unicode escape characters and new
predefined type
Dynamic RegExpr has its own type (~2.2% faster)
XML: replace a dynamic StringDetect with DetectIdentifier contextually equivalent
XML: character < in an ENTITY is highlighted as an error
5.102
Resolve conflict on .ex file extension
Markdown: remove dynamic rules that are not needed
Julia: merge hundreds of rules into a single regex ; fix adjoint operator ;
includes ##Comments
avoid temporary constructions of Definition in AbstractHighlighter::highlightLine
GCode: numbers are optional with parameters
cmake: Use ECMQmlModule for qtquick plugin
update version and references
Add MapCSS highlighting
Add testcase to markdown file for Nim code blocks
Markdown: Use nim highlighting in nim blocks
Add testcase for "\\"
Nim: Small syntax fixes
Add new keywords: `get` and `set`
5.103
Log: fix slow search regex ; add Critical section ; some improvement in Log File
Cobol: add extensions ; add exec sql block ; picture clause more permissive
Cobol: replace tab with 2 spaces
Add Zig language
Add Cabal syntax
Add Log File syntax
avoid copies of Theme and QString in functions that manipulate themes
FormatPrivate now contains a definition name rather than a reference to a definition
add noexcept
Theme::m_data is now always initialized with a valid pointer
optimize ThemeData::textStyleOverride
Replace DefinitionRef in StateData with a definition id
Add COBOL syntax
Indexer: suggest more minimal=1 or other rule for RegExpr with lookhaed=1 and .*
Indexer: check xml validity
feat: Add new syntax for `Earthfile`
5.105
Highlight the QML "required" keyword, added in Qt 5.15
5.106
Backport theme changes to kf5
Backport master hl file updates
Add mimetype for markdown
5.108
ensure all .json files are valid
Highlight QML pragma keyword
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/syntax-highlighting/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/syntax-highlighting/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/syntax-highlighting/Makefile
diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.55 pkgsrc/textproc/syntax-highlighting/Makefile:1.56
--- pkgsrc/textproc/syntax-highlighting/Makefile:1.55 Mon May 22 21:00:08 2023
+++ pkgsrc/textproc/syntax-highlighting/Makefile Sat Jul 29 02:33:15 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2023/05/22 21:00:08 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/07/29 02:33:15 markd Exp $
DISTNAME= syntax-highlighting-${KF5VER}
-PKGREVISION= 6
CATEGORIES= textproc
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/textproc/syntax-highlighting/distinfo
diff -u pkgsrc/textproc/syntax-highlighting/distinfo:1.15 pkgsrc/textproc/syntax-highlighting/distinfo:1.16
--- pkgsrc/textproc/syntax-highlighting/distinfo:1.15 Thu Sep 29 01:18:44 2022
+++ pkgsrc/textproc/syntax-highlighting/distinfo Sat Jul 29 02:33:15 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2022/09/29 01:18:44 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/07/29 02:33:15 markd Exp $
-BLAKE2s (syntax-highlighting-5.98.0.tar.xz) = 33e6566a4f8f333ae0d1c5206dce4c44d7f85562b1a5a9084db3a47e40572d03
-SHA512 (syntax-highlighting-5.98.0.tar.xz) = 7e5ec4e184abedb69c6e31f68cd717ecce2ec0cd5f4b3974bb83426775161951ba346c711da15b15eb3bf2b1b0651954e02de12b8c27f21b7a15f7fae98cb06a
-Size (syntax-highlighting-5.98.0.tar.xz) = 2443264 bytes
+BLAKE2s (syntax-highlighting-5.108.0.tar.xz) = 1ced4c8ce859f7802e298b584be58bc812930ccf287e2f61b0003be45bdde543
+SHA512 (syntax-highlighting-5.108.0.tar.xz) = 70a285a283da85eb631df1c2b88207915e2e287b16eff5537c743647d473742013728e3f381f335a92766bdf61d9d8a24ca1c7f557b4db076d2ee012703a62e8
+Size (syntax-highlighting-5.108.0.tar.xz) = 3428404 bytes
SHA1 (patch-autotests_input_highlight.sh) = a03c2d3a389b066d914a1c1aab97977013af4626
Home |
Main Index |
Thread Index |
Old Index