Revisions of highlight

buildservice-autocommit accepted request 805800 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 96)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 95)
- Update to version 3.57:
  * Added support for Haml (gl#saalen/highlight#140).
  * Added support for Wren.
  * Added Lua function `OverrideParam`.
  * Fixed regression in xterm256 or truecolor output
    (gl#saalen/highlight#152).
  * Fixed `--list-scripts` with read-only language definitions
    (gl#saalen/highlight#154).
  * Improved several language definitions.
buildservice-autocommit accepted request 792533 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 94)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 93)
- Update to version 3.56:
  * Added support for Sequence Alignment Maps (SAM files).
  * Added empty-file mode to --no-trailing-nl
    (gl#saalen/highlight#147).
  * Fixed issue with --syntax-by-name waiting for stdin
    (gl#saalen/highlight#151).
  * Fixed issue with --syntax reading matching files in the
    current working directory (gl#saalen/highlight#151).
  * Fixed string parsing in lisp.lang (gl#saalen/highlight#150).
  * Fixed output of UTF-8 text in xterm256 or truecolor output
    (gl#saalen/highlight#152).
  * Fixed regex in js.lang.
  * Fixed calculation of testcase markers with UTF-8 input.
  * Allowed number literals with underscores in Java, Scala, D,
    Julia, C#, Perl and Ada definitions.
  * Added Nord theme.
buildservice-autocommit accepted request 768443 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 92)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 91)
- Update to version 3.55:
  * Improved handling of empty files in xterm256 and truecolor
    output (gl#saalen/highlight#147).
  * Added EncodingHint attributes to filetypes.conf and language
    definitions (gl#saalen/highlight#141).
  * CLI: Allowed file paths as --theme and --syntax argument
    (gl#saalen/highlight#145).
  * GUI: Removed deprecated QTime API call.
buildservice-autocommit accepted request 747436 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 90)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 89)
- Update to version 3.54:
  * Fixed default colour output in BBCode
    (gl#saalen/highlight#134).
  * Fixed corner case in sh.lang.
  * Fixed syntax tests with UTF-8 input (gl#saalen/highlight#123).
  * Added support for Bash in outhtml_codefold.lua plug-in.
  * Added ballerina.lang.
  * Added block strings to java.lang.
  * Added author hints in themes and language definitions.
  * Added C++20 reserved words in c.lang.
  * Added editorconfig file and validated all files accordingly.
  * CLI: Fixed --list-scripts with -d or HIGHLIGHT_DATADIR env
    variable (gl#saalen/highlight#139).
  * GUI: Removed AsciiDoc instruction lines from the README popup
    window.
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 88)
- Use lang_package macro for highlight-gui-lang declaration.
buildservice-autocommit accepted request 721510 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 87)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 86)
- Update to version 3.53:
  * Fixed out-of-range exception with repeated AddKeyword calls.
  * Added KeywordFormatHints, Priority and Constraints elements to
    syntax definitions.
  * Added Lua function AddPersistentState
    (gl#saalen/highlight#112).
  * Renamed md.lang to markdown.lang.
  * Added Fish syntax definition.
  * Makefile: added _FILE_OFFSET_BITS=64 flag.
  * CLI: added optional fallback syntax to --force
    (gl#saalen/highlight#126).
  * CLI: added option --max-size (gl#saalen/highlight#127).
  * GUI: added multibyte path trace window.
  * GUI: fixed superfluous creation of the same stylesheet file.
- Rebase optflags patch:
  * Remove highlight-3.52-use_optflags.patch.
  * Add highlight-3.53-use_optflags.patch.
buildservice-autocommit accepted request 717136 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 85)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 84)
- Fix build instability (boo#1142155).
buildservice-autocommit accepted request 706187 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 83)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 82)
Fix build requirements
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 81)
- Update to version 3.52:
  * Added negation `~` to test state indicators
    (gl#saalen/highlight#122).
  * Added support for Hugo.
  * Added 5 duotone themes.
  * CLI: fixed segfault with `--force` (gl#saalen/highlight#125).
  * GUI: limited font selection to monospace fonts
    (gl#saalen/highlight#124).
- Rebase optflags patch:
  * Remove highlight-3.42-use_optflags.patch.
  * Add highlight-3.52-use_optflags.patch.
- Remove obsolete conditionals.
buildservice-autocommit accepted request 704318 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 80)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 79)
- Update to version 3.51:
  * SVG output: Added `white-space: pre` in styles.
  * HTML output: Replaced ' by ' (deb#927410).
  * HTML output: Fixed index file format (missing close tags).
  * CLI: Moved syntax recognition functions to DataDir class.
  * CLI: Added regular expressions and default false values to
    --verbose output.
  * CLI: Fixed `--list-cat` without `--list-scripts`
    (gl#saalen/highlight#107).
  * CLI: Added optional argument to `--base16`
    (gl#saalen/highlight#113).
  * CLI: Added default base16 themes (gl#saalen/highlight#113).
  * CLI: Added `--isolate` option (gl#saalen/highlight#118).
buildservice-autocommit accepted request 690033 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 78)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 77)
- Update to version 3.50:
  * Added lineno, column parameters to OnStateChange hook.
  * Added support for Crystal.
  * Added support for Slim.
  * Fixed several typos in documentaion and manpages.
  * CLI: Added `--syntax-by-name` option.
  * CLI: Removed deprecated `--list-langs` and`--list-themes`
    options.
  * GUI: Added terminal sequence output options
    (gl#saalen/highlight#110).
Displaying revisions 41 - 60 of 136
openSUSE Build Service is sponsored by