summaryrefslogtreecommitdiffstats
path: root/modules/highlight
Commit message (Expand)AuthorAgeFilesLines
* test_env: hardcode major go version in use (#23464)techknowlogick2023-03-141-2/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-6/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-30/+65
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-22/+17
* Rework file highlight rendering and fix yaml copy-paste (#19967)silverwind2022-07-302-130/+164
* Improve code diff highlight, fix incorrect rendered diff result (#19958)wxiaoguang2022-07-231-3/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-4/+4
* Fix copy/paste of empty lines (#19798)silverwind2022-06-102-61/+65
* format with gofumpt (#18184)65432022-01-201-3/+3
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-28/+26
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-8/+30
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Prevent panic in Org mode HighlightCodeBlock (#17140)zeripath2021-09-241-11/+12
* Just use a slice when rendering file (#16774)zeripath2021-08-232-41/+39
* Ensure empty lines are copiable and final new line too (#16678)zeripath2021-08-142-0/+116
* Replace ARCCache with TwoQueueCache to avoid patent issue (#16240)Mura Li2021-06-241-2/+2
* Speed up git diff highlight generation (#16180)Mura Li2021-06-171-0/+18
* Allow custom highlight mapping beyond file extensions (#15808)mlpo2021-05-131-10/+17
* Use existing analyzer module for language detection for highlighting (#13522)mrsdizzie2020-11-131-2/+5
* Escape failed highlighted code (#12685)zeripath2020-09-021-1/+2
* Ensure syntax highlighting is the same inside diffs (#12205)mrsdizzie2020-07-111-4/+8
* Make copy/paste work for source code (#12191)mrsdizzie2020-07-081-2/+15
* Remove newline when highlighting random chunks of code (#12180)mrsdizzie2020-07-081-1/+2
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-119/+116
* Add a lot of extension to language mappings for syntax highlights (#7741)silverwind2019-08-051-35/+79
* Fix specific highlighting (CMakeLists.txt ...) (#7686)FlorianBen2019-08-041-5/+7
* 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
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-0/+98