Andre Simon Highlight Versions Save

Source code to formatted text converter

v3.43

6 years ago

-updated astyle code to release 3.1 (Rev. 655) -added webkit reformatting style -improved several language definitions -fixed Matlab string recognition (https://github.com/andre-simon/highlight/issues/61) -fixed Autohotkey escape sequence recognition -added excel.lang (https://github.com/andre-simon/highlight/pull/60) -improved Qt pro file (https://github.com/andre-simon/highlight/pull/59) -CLI: added --reformat-option (https://github.com/andre-simon/highlight/issues/62) -CLI: added --line-range (https://github.com/andre-simon/highlight/issues/64) -GUI: added Bulgarian translation

3.42

6 years ago
  • fixed HL_OUTPUT in Lua state for HL_FORMAT_XHTML and HL_FORMAT_TRUECOLOR values
  • fixed lib-shared make target
  • updated astyle code to release 3.1.0 beta
  • added Polygen and EBNF2 syntax definitions
  • added pywal terminal colouring template in extras/pywal
  • added reformatting style ratliff (replaces banner)
  • added extras/langDefs-resources/cleanslate.lang
  • improved Perl6 compatibility
  • improved PHP string interpolation
  • improved Haskell definition (https://github.com/andre-simon/highlight/pull/52)
  • CLI: added --canvas option to define background color padding in ANSI output (https://github.com/andre-simon/highlight/issues/40)
  • GUI: added French translation
  • GUI: added Scripts tab
  • GUI: minor bugfixes

3.41

6 years ago
  • renamed examples directory to extras
  • line anchors (-a) are attached as id attribute to the first span or li tag in HTML output
  • renamed ID prefix in outhtml_codefold plug-in to be compatible with -a IDs
  • added fstab.lang and added anacrontab in filetypes.conf
  • removed references to OutputType::HTML32
  • added extras/css-themes and extras/langDefs-resources
  • CLI: removed deprecated indicator of --data-dir option
  • CLI: added --no-version-info option
  • GUI: fixed initial theme selection
  • GUI: added "Omit version info comment" option
  • GUI: added "Copy with MIME type" option for HTML output

3.40

6 years ago
  • fixed Ruby string parsing
  • fixed segfault on sparc64
  • fixed PureBasic definition
  • added CMake definition
  • added email definition
  • linked scm suffix to lisp definition
  • W32 CLI: support HIGHLIGHT_DATADIR and --data-dir options
  • revised documentation

v3.39

6 years ago
  • added syntax for Docker and Elixir
  • improved HTML, Julia, Kotlin and Smalltalk syntax definitions
  • GUI: added "Paste, Convert and Copy" button

v3.38

6 years ago

v3.37

6 years ago
  • fixed Perl string highlighting issue
  • fixed highlighting if a line continues after the nested code delimiter
  • updated astyle code to release 3.0
  • added examples/pandoc
  • added syntax mapping for markdown
  • added syntax mapping for clj
  • improved Java definition
  • added theme to JSON converter in examples/json
  • CLI: added support for environment variable HIGHLIGHT_OPTIONS

v3.36

7 years ago

highlight 3.36

30.03.2017

  • fixed code folding plugin to support more Ruby conditional modifiers
  • fixed Perl quoted string highlighting
  • added new GeneratorOverride syntax definition parameter
  • added Filenames parameter in filetypes.conf to assign input filenames to syntax types
  • added FASM definition and edit-fasm theme
  • added outhtml_ie7_webctrl plug-in
  • GUI: file extensions can be configured for multiple languages, triggers syntax selection prompt
  • GUI: added Italian translation