Releases: GeSHi/geshi-1.0
Releases · GeSHi/geshi-1.0
GeSHi 1.0.9.1
- Added language files
- OpenSSH config (Kevin Ernst)
- roff (Artur Iwicki)
- Wolfram (Mysterious Light)
- Some minor tweaks for RFC822 email support (BenBE)
- Introduce strip_language function (phy25)
- Recognize additional file extensions (RealityRipple)
- Code style update by avoiding create_function (cweiske)
- Backported CLI tool from GeSHi 1.1 branch (cweiske)
- Improvements to language files
- bash: Update list of keywords (apjanke)
- Haskell: Updated doc links and types from Prelude (Jeremy Singer)
- INI files: support single quotes (peterdd)
- Matlab: Add keywords and functions from recent Matlab releases (apjanke)
- MySQL: Some missing keywords (Abu3safeer)
- MySQL: Updated documentation links (splitbrain)
- R/S+: Fix broken linking of keywords (BenBE)
- SciLab: Fix broken linking of keywords (BenBE)
- SQL: Some missing keywords (peterdd)
GeSHi 1.0.9.0
- Add public/protected method & property visibility.
THIS MAY BREAK YOUR CODE - Restructure git repository
- Compatible with PHP7
- Remove PHP4 compatibility code
GeSHi 1.0.8.13
- Added language files
- Ceylon (Lucas Werkmeister)
- eggdrop (CrazyCat)
- Julia (Curtis Vogt)
- Kotlin (Ole Kristian Sandum)
- Mathematica (Connor Glosser)
- Mercury (Sebastian Godelet)
- MetaPost (Maxime Chupin)
- phix (Pete Lomax)
- SASS (Javier Eguiluz)
- Swift (Ken Woo)
- TeXgraph (Patrick Fradin)
- Twig templates (Javier Eguiluz)
- windows batch (Lev)
- Xojo (Massimo Zappino)
- Improvements to language files
- AutoIt: new version (Jonathan Bennett)
- C++11 keywords (Streusel)
- CSS attributes (BenBE)
- CSS: SVG fill styles (peterdd)
- Haskell: Non-standard string highlighting (Evan Czaplicki)
- Haskell: Quote mark handling (Sidharth Kapur)
- Lua: match comments non-greedily (Jerry)
- PowerBuilder: additional encoding constants (Doug Porter)
- QML updates (Thibaut Cuvelier)
- Qt5 API for C++ language file (neochapay)
- SQL: ELSEIF keyword (Kris)
- YAML numbers specification (BenBE)
- Fix compatibility for PHP 7 (pazuzu156)
- Automatically run langcheck when committing code