Commit Graph

  • 1383ddf1d8 Accepting request 747436 from devel:tools Dominique Leuenberger 2019-11-17 18:20:26 +00:00
  • 0c3b8bc33b Accepting request 747436 from devel:tools Dominique Leuenberger 2019-11-17 18:20:26 +00:00
  • 580d2cf0f1 - 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 2019-11-11 19:56:10 +00:00
  • 7d5f4930b7 - 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 2019-11-11 19:56:10 +00:00
  • 0b073806f3 - Use lang_package macro for highlight-gui-lang declaration. Antoine Belvire 2019-08-16 17:16:57 +00:00
  • 3f1b9d97d1 - Use lang_package macro for highlight-gui-lang declaration. Antoine Belvire 2019-08-16 17:16:57 +00:00
  • 60f625e6d1 Accepting request 721510 from devel:tools Dominique Leuenberger 2019-08-09 14:51:19 +00:00
  • 2fb12716ea Accepting request 721510 from devel:tools Dominique Leuenberger 2019-08-09 14:51:19 +00:00
  • 667f983b53 - 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. Antoine Belvire 2019-08-07 12:02:09 +00:00
  • 17afca6551 - 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. Antoine Belvire 2019-08-07 12:02:09 +00:00
  • b083f36fe5 Accepting request 717136 from devel:tools Dominique Leuenberger 2019-08-05 09:17:51 +00:00
  • 62a5966841 Accepting request 717136 from devel:tools Dominique Leuenberger 2019-08-05 09:17:51 +00:00
  • f517e48272 - Fix build instability (boo#1142155). Antoine Belvire 2019-07-19 18:17:13 +00:00
  • 3e62753462 - Fix build instability (boo#1142155). Antoine Belvire 2019-07-19 18:17:13 +00:00
  • 2e3f9b0aac Accepting request 706187 from devel:tools Dominique Leuenberger 2019-06-12 11:02:21 +00:00
  • 9826a8458c Accepting request 706187 from devel:tools Dominique Leuenberger 2019-06-12 11:02:21 +00:00
  • 3a9ecf0cc2 Fix build requirements Antoine Belvire 2019-05-29 06:32:51 +00:00
  • 76e7036601 Fix build requirements Antoine Belvire 2019-05-29 06:32:51 +00:00
  • a043b14e16 - 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. Antoine Belvire 2019-05-29 06:26:59 +00:00
  • d313c49392 - 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. Antoine Belvire 2019-05-29 06:26:59 +00:00
  • 44487fe038 Accepting request 704318 from devel:tools Dominique Leuenberger 2019-05-21 08:35:32 +00:00
  • 8499586486 Accepting request 704318 from devel:tools Dominique Leuenberger 2019-05-21 08:35:32 +00:00
  • c345cc2ad1 - 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). Antoine Belvire 2019-05-18 07:58:36 +00:00
  • 0018b5b3b3 - 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). Antoine Belvire 2019-05-18 07:58:36 +00:00
  • 94d0adb8da Accepting request 690033 from devel:tools Dominique Leuenberger 2019-04-02 07:17:05 +00:00
  • 7052ec3e26 Accepting request 690033 from devel:tools Dominique Leuenberger 2019-04-02 07:17:05 +00:00
  • 121af98049 - 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). Antoine Belvire 2019-03-30 08:37:33 +00:00
  • 634fd039d2 - 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). Antoine Belvire 2019-03-30 08:37:33 +00:00
  • 871ba725f4 Accepting request 672689 from devel:tools Dominique Leuenberger 2019-02-11 20:15:58 +00:00
  • 4aafa3f8a2 Accepting request 672689 from devel:tools Dominique Leuenberger 2019-02-11 20:15:58 +00:00
  • 1d4a70b22a - Update to version 3.49: * Fixed more problems with syntax test indicators reporting wrong states (gl#saalen/highlight#102). * Added support for Meson, Solidity, TOML and Terraform. * Improved Perl and Yaml highlighting. * Added Categories field to all config files. * CLI: added category info in --list-scripts output. * CLI: added --list-cat option (gl#saalen/highlight/99). * CLI: added optional topic parameter to --help. * GUI: added theme category selection. * GUI: display categories of selected syntax or theme. Antoine Belvire 2019-02-08 07:26:22 +00:00
  • a1afeada3b - Update to version 3.49: * Fixed more problems with syntax test indicators reporting wrong states (gl#saalen/highlight#102). * Added support for Meson, Solidity, TOML and Terraform. * Improved Perl and Yaml highlighting. * Added Categories field to all config files. * CLI: added category info in --list-scripts output. * CLI: added --list-cat option (gl#saalen/highlight/99). * CLI: added optional topic parameter to --help. * GUI: added theme category selection. * GUI: display categories of selected syntax or theme. Antoine Belvire 2019-02-08 07:26:22 +00:00
  • 9db4daa614 Accepting request 658089 from devel:tools Dominique Leuenberger 2018-12-26 23:24:42 +00:00
  • 7bbe437f65 Accepting request 658089 from devel:tools Dominique Leuenberger 2018-12-26 23:24:42 +00:00
  • 5074d6c758 - Update to version 3.48: * Fixed --list-scripts abortion with Fedora default compilation options (gl#saalen/highlight#84). * Fixed a problem with syntax test indicators reporting wrong states after comments. * Improved Verilog syntax. * Improved quoted string highlighting for Perl and Ruby. * Detection of pkg-config's Lua version in src/makefile. Antoine Belvire 2018-12-14 16:47:36 +00:00
  • 133ce889ac - Update to version 3.48: * Fixed --list-scripts abortion with Fedora default compilation options (gl#saalen/highlight#84). * Fixed a problem with syntax test indicators reporting wrong states after comments. * Improved Verilog syntax. * Improved quoted string highlighting for Perl and Ruby. * Detection of pkg-config's Lua version in src/makefile. Antoine Belvire 2018-12-14 16:47:36 +00:00
  • 2e68c8f9f4 Accepting request 641905 from devel:tools Dominique Leuenberger 2018-10-15 08:06:36 +00:00
  • 8f6c8cbb7e Accepting request 641905 from devel:tools Dominique Leuenberger 2018-10-15 08:06:36 +00:00
  • 4a06473159 - Update to version 3.47: * Fixed xterm256 and truecolor whitespace output #2 (gl#saalen/highlight#90). * Fixed LaTeX, TeX, SVG and ODT whitespace output (regression of 3.45). * Added darkplus theme. * Converted ChangeLog to AsciiDoc. * Allowed state test indicators to match both whitespace (ws) and the enclosing state (others). * CLI: Default output changed to xterm256 or truecolor if run in a terminal with color support and only a single file is outputted. * GUI: Added checkbox in the clipboard tab to output selected lines only. Antoine Belvire 2018-10-14 08:10:28 +00:00
  • 13107ed16b - Update to version 3.47: * Fixed xterm256 and truecolor whitespace output #2 (gl#saalen/highlight#90). * Fixed LaTeX, TeX, SVG and ODT whitespace output (regression of 3.45). * Added darkplus theme. * Converted ChangeLog to AsciiDoc. * Allowed state test indicators to match both whitespace (ws) and the enclosing state (others). * CLI: Default output changed to xterm256 or truecolor if run in a terminal with color support and only a single file is outputted. * GUI: Added checkbox in the clipboard tab to output selected lines only. Antoine Belvire 2018-10-14 08:10:28 +00:00
  • dc8320544c - Update to version 3.46: * Fixed xterm256 and truecolor whitespace output (gl#saalen/highlight#90). * Converted manuals to AsciiDoc. Antoine Belvire 2018-10-07 15:48:48 +00:00
  • 7718b499c9 - Update to version 3.46: * Fixed xterm256 and truecolor whitespace output (gl#saalen/highlight#90). * Converted manuals to AsciiDoc. Antoine Belvire 2018-10-07 15:48:48 +00:00
  • bd13850e21 - Update to version 3.45: * Added DocumentHeader and DocumentFooter plug-in hooks. * Added RemoveKeyword Lua function for syntax definitions. * Added syntax test indicators (see README_TESTCASES). * Added support for ISO and R10 variants of Modula2. * Fixed R identifiers. * Fixed ALAN IF identifiers. * Fixed issue with Bash string interpolation. * Fixed some bugs found by coverity tool (gl#saalen/highlight#82). * Added Swift keywords and types. * Added filetypes.conf.5 man page (gl#saalen/highlight#83). * Added Gradle extension mapping. - Renamed highlight-3.43-fix-doc-dir.patch to highlight-3.45-fix-doc-dir.patch: Rebased patch to 3.45. Antoine Belvire 2018-10-06 07:29:15 +00:00
  • 890d997995 - Update to version 3.45: * Added DocumentHeader and DocumentFooter plug-in hooks. * Added RemoveKeyword Lua function for syntax definitions. * Added syntax test indicators (see README_TESTCASES). * Added support for ISO and R10 variants of Modula2. * Fixed R identifiers. * Fixed ALAN IF identifiers. * Fixed issue with Bash string interpolation. * Fixed some bugs found by coverity tool (gl#saalen/highlight#82). * Added Swift keywords and types. * Added filetypes.conf.5 man page (gl#saalen/highlight#83). * Added Gradle extension mapping. - Renamed highlight-3.43-fix-doc-dir.patch to highlight-3.45-fix-doc-dir.patch: Rebased patch to 3.45. Antoine Belvire 2018-10-06 07:29:15 +00:00
  • fb007f890e Accepting request 624522 from devel:tools Dominique Leuenberger 2018-07-23 15:58:45 +00:00
  • d644f0841c Accepting request 624522 from devel:tools Dominique Leuenberger 2018-07-23 15:58:45 +00:00
  • 972a2f16d1 - Update to version 3.44: * Fixed gcc 8 compilation warnings. * Fixed Ruby string interpolation (gh#andre-simon/higlight#70). * Added support for ALAN IF. * Added 107 Base16 themes. * Updated Rust and Java reserved words lists. * Revised documentation. * Moved extras/css-themes into extras/themes-resources. * Added extras/themes-resources/base16. * GUI: added Base16 theme selection checkbox. * CLI: added --base16 option to enable the new themes. * CLI: accept - as argument to read from stdin (gh#andre-simon/highlight#73). Antoine Belvire 2018-07-22 07:58:24 +00:00
  • 3a9f79a9cd - Update to version 3.44: * Fixed gcc 8 compilation warnings. * Fixed Ruby string interpolation (gh#andre-simon/higlight#70). * Added support for ALAN IF. * Added 107 Base16 themes. * Updated Rust and Java reserved words lists. * Revised documentation. * Moved extras/css-themes into extras/themes-resources. * Added extras/themes-resources/base16. * GUI: added Base16 theme selection checkbox. * CLI: added --base16 option to enable the new themes. * CLI: accept - as argument to read from stdin (gh#andre-simon/highlight#73). Antoine Belvire 2018-07-22 07:58:24 +00:00
  • 12ef68131f - Make the build of gui subpackage conditional (built by default). - Clean spec file with spec-cleaner. Antoine Belvire 2018-07-07 13:48:55 +00:00
  • c3425aaadf - Make the build of gui subpackage conditional (built by default). - Clean spec file with spec-cleaner. Antoine Belvire 2018-07-07 13:48:55 +00:00
  • bc66715dca Accepting request 602828 from devel:tools Dominique Leuenberger 2018-05-02 10:17:13 +00:00
  • 0a5c1043e7 Accepting request 602828 from devel:tools Dominique Leuenberger 2018-05-02 10:17:13 +00:00
  • 307c942d0f OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=64 Antoine Belvire 2018-05-01 15:33:38 +00:00
  • 76431f728b OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=64 Antoine Belvire 2018-05-01 15:33:38 +00:00
  • f002f2bbb5 - Update to version 3.43: * Updated astyle code to release 3.1 (Rev. 655). * Added webkit reformatting style. * Improved several language definitions. * Fixed Matlab string recognition (#61). * Fixed Autohotkey escape sequence recognition. * Added excel.lang (#60). * Improved Qt pro file (#59). * CLI: Added --reformat-option (#62). * CLI: Added --line-range (#64). * GUI: Added Bulgarian translation. - Rebase docdir patch on 3.43: * Remove highlight-3.41-fix-doc-dir.patch. * Add highlight-3.43-fix-doc-dir.patch. Antoine Belvire 2018-05-01 10:29:17 +00:00
  • f7ec521188 - Update to version 3.43: * Updated astyle code to release 3.1 (Rev. 655). * Added webkit reformatting style. * Improved several language definitions. * Fixed Matlab string recognition (#61). * Fixed Autohotkey escape sequence recognition. * Added excel.lang (#60). * Improved Qt pro file (#59). * CLI: Added --reformat-option (#62). * CLI: Added --line-range (#64). * GUI: Added Bulgarian translation. - Rebase docdir patch on 3.43: * Remove highlight-3.41-fix-doc-dir.patch. * Add highlight-3.43-fix-doc-dir.patch. Antoine Belvire 2018-05-01 10:29:17 +00:00
  • eb29d494db Accepting request 568816 from devel:tools Dominique Leuenberger 2018-01-26 12:56:08 +00:00
  • 315cdd74ae Accepting request 568816 from devel:tools Dominique Leuenberger 2018-01-26 12:56:08 +00:00
  • 4352989af1 - Update to version 3.42: * Fix HL_OUTPUT in Lua state for HL_FORMAT_XHTML and HL_FORMAT_TRUECOLOR values. * Fix lib-shared make target. * Update astyle code to release 3.1.0 beta. * Add Polygen and EBNF2 syntax definitions. * Add pywal terminal colouring template in extras/pywal. * Add reformatting style ratliff (replaces banner). * Add extras/langDefs-resources/cleanslate.lang. * Improve Perl6 compatibility. * Improve PHP string interpolation. * Improve Haskell definition. * CLI: Add --canvas option to define background color padding in ANSI output. * GUI: Add French translation. * GUI: Add Scripts tab. * GUI: Minor bugfixes. - Rebase optflags patch on 3.42: * Remove highlight-3.34-use_optflags.patch. * Add highlight-3.42-use_optflags.patch. Antoine Belvire 2018-01-24 07:01:55 +00:00
  • 7abcca3f8f - Update to version 3.42: * Fix HL_OUTPUT in Lua state for HL_FORMAT_XHTML and HL_FORMAT_TRUECOLOR values. * Fix lib-shared make target. * Update astyle code to release 3.1.0 beta. * Add Polygen and EBNF2 syntax definitions. * Add pywal terminal colouring template in extras/pywal. * Add reformatting style ratliff (replaces banner). * Add extras/langDefs-resources/cleanslate.lang. * Improve Perl6 compatibility. * Improve PHP string interpolation. * Improve Haskell definition. * CLI: Add --canvas option to define background color padding in ANSI output. * GUI: Add French translation. * GUI: Add Scripts tab. * GUI: Minor bugfixes. - Rebase optflags patch on 3.42: * Remove highlight-3.34-use_optflags.patch. * Add highlight-3.42-use_optflags.patch. Antoine Belvire 2018-01-24 07:01:55 +00:00
  • 070d21ed3a Accepting request 546531 from devel:tools Dominique Leuenberger 2017-12-06 07:51:35 +00:00
  • 91e5c85d96 Accepting request 546531 from devel:tools Dominique Leuenberger 2017-12-06 07:51:35 +00:00
  • 99b275fd7a - Update to version 3.41: * Rename examples directory to extras. * Line anchors (-a) are attached as id attribute to the first span or li tag in HTML output. * Rename ID prefix in outhtml_codefold plug-in to be compatible with -a IDs. * Add fstab.lang and add anacrontab in filetypes.conf. * Remove references to OutputType::HTML32. * Add extras/css-themes and extras/langDefs-resources. * CLI: Remove deprecated indicator of --data-dir option. * CLI: Add --no-version-info option. * GUI: Fix initial theme selection. * GUI: Add "Omit version info comment" option. * GUI: Add "Copy with MIME type" option for HTML output. - Rebase patch about documentation directory: * Remove highlight-3.32-fix-doc-dir.patch. * Add highlight-3.41-fix-doc-dir.patch. Antoine Belvire 2017-11-29 19:30:02 +00:00
  • 4932b887a1 - Update to version 3.41: * Rename examples directory to extras. * Line anchors (-a) are attached as id attribute to the first span or li tag in HTML output. * Rename ID prefix in outhtml_codefold plug-in to be compatible with -a IDs. * Add fstab.lang and add anacrontab in filetypes.conf. * Remove references to OutputType::HTML32. * Add extras/css-themes and extras/langDefs-resources. * CLI: Remove deprecated indicator of --data-dir option. * CLI: Add --no-version-info option. * GUI: Fix initial theme selection. * GUI: Add "Omit version info comment" option. * GUI: Add "Copy with MIME type" option for HTML output. - Rebase patch about documentation directory: * Remove highlight-3.32-fix-doc-dir.patch. * Add highlight-3.41-fix-doc-dir.patch. Antoine Belvire 2017-11-29 19:30:02 +00:00
  • 69e8c4f1f7 Accepting request 540691 from devel:tools Dominique Leuenberger 2017-11-14 13:21:17 +00:00
  • 10800b8df5 Accepting request 540691 from devel:tools Dominique Leuenberger 2017-11-14 13:21:17 +00:00
  • dc529edb94 - Update to version 3.40: * Fix Ruby string parsing. * Fix segfault on sparc64. * Fix PureBasic definition. * Add CMake definition. * Add email definition. * Link scm suffix to lisp definition. - Remove _service file (not used after all). Antoine Belvire 2017-10-25 19:22:54 +00:00
  • 863146e12f - Update to version 3.40: * Fix Ruby string parsing. * Fix segfault on sparc64. * Fix PureBasic definition. * Add CMake definition. * Add email definition. * Link scm suffix to lisp definition. - Remove _service file (not used after all). Antoine Belvire 2017-10-25 19:22:54 +00:00
  • 0ba83b464a Accepting request 512709 from devel:tools Dominique Leuenberger 2017-07-28 07:45:10 +00:00
  • 2c802cf91e Accepting request 512709 from devel:tools Dominique Leuenberger 2017-07-28 07:45:10 +00:00
  • 73eed8c95f - Update to version 3.39: * Add syntax for Docker and Elixir. * Improve HTML, Julia, Kotlin and Smalltalk syntax definitions. * GUI: Add "Paste, Convert and Copy" button. Antoine Belvire 2017-07-26 22:57:59 +00:00
  • c72f50892b - Update to version 3.39: * Add syntax for Docker and Elixir. * Improve HTML, Julia, Kotlin and Smalltalk syntax definitions. * GUI: Add "Paste, Convert and Copy" button. Antoine Belvire 2017-07-26 22:57:59 +00:00
  • 9b28b3a94f - Fix rpmlint warnings: * Convert some files to Unix end-of-line format using dos2unix. * Shorten subpackage summaries. * Add conditional in order not to call desktop_database_post(un) macros on Tumbleweed, as it's now handled by RPM filetriggers. - Move Qt build dependency to gui subpackage. Antoine Belvire 2017-07-23 08:28:03 +00:00
  • b7ef8db503 - Fix rpmlint warnings: * Convert some files to Unix end-of-line format using dos2unix. * Shorten subpackage summaries. * Add conditional in order not to call desktop_database_post(un) macros on Tumbleweed, as it's now handled by RPM filetriggers. - Move Qt build dependency to gui subpackage. Antoine Belvire 2017-07-23 08:28:03 +00:00
  • 8cdd65e121 Accepting request 505584 from devel:tools Dominique Leuenberger 2017-06-23 07:15:04 +00:00
  • 39453c0579 Accepting request 505584 from devel:tools Dominique Leuenberger 2017-06-23 07:15:04 +00:00
  • 37b15cf08f - Update to version 3.38: * Fix Bash variable highlighting issue * Update astyle code to release 3.0.1 * Add bash_ref_man7_org.lua plugin - Improve spec file: * Create separate gui-lang subpackage for gui translations * Use find_lang macro * Add desktop database update calls in pre and post Antoine Belvire 2017-06-21 21:53:45 +00:00
  • 1d941cd12a - Update to version 3.38: * Fix Bash variable highlighting issue * Update astyle code to release 3.0.1 * Add bash_ref_man7_org.lua plugin - Improve spec file: * Create separate gui-lang subpackage for gui translations * Use find_lang macro * Add desktop database update calls in pre and post Antoine Belvire 2017-06-21 21:53:45 +00:00
  • 196744cf22 Accepting request 500278 from devel:tools Dominique Leuenberger 2017-06-03 23:48:26 +00:00
  • bed66a4420 Accepting request 500278 from devel:tools Dominique Leuenberger 2017-06-03 23:48:26 +00:00
  • 442e0a5a0b - Update to version 3.37: * Fix Perl string highlighting issue * Fix highlighting if a line continues after the nested code delimiter * Update astyle code to release 3.0 * Add examples/pandoc * Add syntax mapping for markdown * Add syntax mapping for clj * Improve Java definition * Add theme to JSON converter in examples/json * CLI: Add support for environment variable HIGHLIGHT_OPTIONS Antoine Belvire 2017-05-31 22:40:26 +00:00
  • aed4391a57 - Update to version 3.37: * Fix Perl string highlighting issue * Fix highlighting if a line continues after the nested code delimiter * Update astyle code to release 3.0 * Add examples/pandoc * Add syntax mapping for markdown * Add syntax mapping for clj * Improve Java definition * Add theme to JSON converter in examples/json * CLI: Add support for environment variable HIGHLIGHT_OPTIONS Antoine Belvire 2017-05-31 22:40:26 +00:00
  • 60f99a2873 Accepting request 498870 from devel:tools Dominique Leuenberger 2017-05-31 10:11:23 +00:00
  • 29a5ed3430 Accepting request 498870 from devel:tools Dominique Leuenberger 2017-05-31 10:11:23 +00:00
  • ee293d67a6 - Add service file * set_version (disabled) * download_files (disabled) - Update highlight.keyring: Key had expired in 2017/02 Antoine Belvire 2017-05-21 22:20:44 +00:00
  • 65dd4fc752 - Add service file * set_version (disabled) * download_files (disabled) - Update highlight.keyring: Key had expired in 2017/02 Antoine Belvire 2017-05-21 22:20:44 +00:00
  • 26e9ef9305 Accepting request 488007 from devel:tools Dominique Leuenberger 2017-04-24 07:46:50 +00:00
  • 2ed6ec869d Accepting request 488007 from devel:tools Dominique Leuenberger 2017-04-24 07:46:50 +00:00
  • f0416fe892 - Update to version 3.36: * Fix code folding plugin to support more Ruby conditional modifiers * Fix Perl quoted string highlighting * Add new GeneratorOverride syntax definition parameter * Add Filenames parameter in filetypes.conf to assign input filenames to syntax types * Add FASM definition and edit-fasm theme * Add outhtml_ie7_webctrl plug-in * GUI: File extensions can be configured for multiple languages, triggers syntax selection prompt * GUI: Added Italian translation - Changes from version 3.35: * Fix code folding plugin to support Ruby conditional modifiers * Fix JSON definition * Fix output of unknown syntax warning with applied force switch * Add state trace parameter to Decorate plug-in function * Add GDScript definition and edit-godot theme * Update SWIG code samples * Update Artistic Style lib * Revise docs * CLI: Fix creation of hidden files if output filename is prepended by its input path * CLI: added switch --stdout - Drop highlight-3.34-use-default-compiler.patch (fixed upstream). Antoine Belvire 2017-04-14 20:33:53 +00:00
  • 4cb77fadd2 - Update to version 3.36: * Fix code folding plugin to support more Ruby conditional modifiers * Fix Perl quoted string highlighting * Add new GeneratorOverride syntax definition parameter * Add Filenames parameter in filetypes.conf to assign input filenames to syntax types * Add FASM definition and edit-fasm theme * Add outhtml_ie7_webctrl plug-in * GUI: File extensions can be configured for multiple languages, triggers syntax selection prompt * GUI: Added Italian translation - Changes from version 3.35: * Fix code folding plugin to support Ruby conditional modifiers * Fix JSON definition * Fix output of unknown syntax warning with applied force switch * Add state trace parameter to Decorate plug-in function * Add GDScript definition and edit-godot theme * Update SWIG code samples * Update Artistic Style lib * Revise docs * CLI: Fix creation of hidden files if output filename is prepended by its input path * CLI: added switch --stdout - Drop highlight-3.34-use-default-compiler.patch (fixed upstream). Antoine Belvire 2017-04-14 20:33:53 +00:00
  • ef718e9690 Accepting request 453812 from devel:tools Dominique Leuenberger 2017-02-08 09:40:51 +00:00
  • ec7bac2114 Accepting request 453812 from devel:tools Dominique Leuenberger 2017-02-08 09:40:51 +00:00
  • 144007750f Accepting request 453793 from home:adamm:branches:devel:libraries:c_c++ Martin Pluskal 2017-02-01 11:43:25 +00:00
  • c7b4526637 Accepting request 453793 from home:adamm:branches:devel:libraries:c_c++ Martin Pluskal 2017-02-01 11:43:25 +00:00
  • 270be4c6af - Update to 3.34: * Fix segfault with --skip applied on a single file input list * Add support for Python 3.6 syntax * Add GitHub and Sourceforge themes - Rebase highlight-3.30-use_optflags.patch, renamed into highlight-3.34-use_optflags.patch. - Add highlight-3.34-use-default-compiler.patch: Don't force the use of the clang compiler for GUI. Antoine Belvire 2017-01-24 21:54:19 +00:00
  • 66e6b00d80 - Update to 3.34: * Fix segfault with --skip applied on a single file input list * Add support for Python 3.6 syntax * Add GitHub and Sourceforge themes - Rebase highlight-3.30-use_optflags.patch, renamed into highlight-3.34-use_optflags.patch. - Add highlight-3.34-use-default-compiler.patch: Don't force the use of the clang compiler for GUI. Antoine Belvire 2017-01-24 21:54:19 +00:00
  • a86e67286e Accepting request 438900 from devel:tools Dominique Leuenberger 2016-11-08 17:25:43 +00:00
  • 5d58b679d6 Accepting request 438900 from devel:tools Dominique Leuenberger 2016-11-08 17:25:43 +00:00
  • 5cc410c20d OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=41 Antoine Belvire 2016-11-05 22:29:00 +00:00
  • e6c4791b68 OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=41 Antoine Belvire 2016-11-05 22:29:00 +00:00