2024-10-13 23:13:14 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Restore -lperl to fix p5-highlight build.
|
2024-09-22 20:58:12 by Amitai Schleier | Files touched by this commit (6) | |
Log message:
highlight: update to 4.14. Changes:
- updated astyle lib to version 3.6.2
- fixed SWIG lib compilation
- updated Terraform file suffix list
|
2024-08-16 17:28:00 by Amitai Schleier | Files touched by this commit (7) | |
Log message:
libhighlight: update to 4.13. Changes:
- updated astyle lib to version 3.6
- added Gleam and V definitions
- added Meson and CMake build files
- improved LSP compatibility with bash-language-server and
haskell-language-server
- applied several clang-tidy modernize fixes
- GUI: refactored settings retore code
|
2024-05-25 16:26:41 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
highlight: update to 4.12. Changes:
- updated astyle lib to version 3.4.16
- removed `using namespace std;` in header files
- added `-webkit-user-select` to HTML line number style
- added plug-in outhtml-focus.lua
- updated lsp.conf to include metals and clojure-lsp configurations
- fixed Yaml URL recognition
- fixed Rust raw literal recognition
- fixed Factor comment recognition
|
2024-03-18 19:56:40 by Amitai Schleier | Files touched by this commit (5) | |
Log message:
libhighlight: update to 4.11. Changes:
- updated astyle lib to version 3.4.13
- updated java definition
- updated solidity definition
- fix backslash symbol in man page
- src/makefile: added -std=c++17 to enable modern C++ features
|
2023-11-08 12:11:35 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
highlight: update to 4.10. Changes:
- updated astyle lib to version 3.4.10
|
2023-10-20 17:58:49 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
highlight: update to 4.9.
From the changelog:
- updated astyle lib to version 3.4.9
- added support for Elm (#237)
- added support for Factor (#239)
- added support for Cpp2
- updated c.lang to include module keywords
- fixed Lua nested string deprecation error (#238)
|
2023-09-06 20:06:23 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
Update to 4.8. From the changelog:
- updated astyle lib to version 3.4.6
- moved old yaml.lang to yaml-ansible.lang and added a new yaml
definition (#235)
- omit size property in BBCode output if `--fragment` is set (#234)
- allowed font size unit with `--font-size` for HTML and ODT
output (#145)
- GUI: updated JP translation (#144)
|
2023-07-18 14:19:41 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
Update to 4.7. From the changelog:
- updated astyle lib to version 3.4.1
- CLI: fixed member variable initialization (#143)
|
2023-05-24 17:53:35 by Amitai Schleier | Files touched by this commit (6) | |
Log message:
Update to 4.6. From the changelog:
- added `--service-mode` option to run highlight as long running
process (#140)
- added extras/highlight-service.py as an example for the service mode
- updated astyle lib to version 3.3
|