summaryrefslogtreecommitdiffstats
path: root/modules/highlight
Commit message (Collapse)AuthorAgeFilesLines
* Add a lot of extension to language mappings for syntax highlights (#7741)silverwind2019-08-051-35/+79
| | | | | Data partially based on [CodeMirror's meta.js](https://github.com/codemirror/CodeMirror/blob/master/mode/meta.js). Fixes: https://github.com/go-gitea/gitea/issues/6057
* Fix specific highlighting (CMakeLists.txt ...) (#7686)FlorianBen2019-08-041-5/+7
| | | | | | | | * Fix specific highlighting. * Highlighting CMakeLists.txt: remove case sensitive checks. use lowercase checks instead.
* Add Rust highlighting (#7125)Rob Watson2019-06-041-0/+1
|
* Fix Erlang and Elixir highlight mappings (#7044)Robert A. Nowak2019-05-301-35/+37
|
* No highlighting for .txt files (#1922)Ethan Koenig2017-06-091-1/+3
|
* Update HighlightJS and fix YAML files highlighting (#1764)Andrey Nering2017-05-201-34/+36
| | | | | | * Update HighlightJS to 9.11.0 * Fix YAML files highlighting
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-0/+98
Integrated optional bindata for the templates