1
0
Fork 0
forgejo/services
mrsdizzie af7ffaa279
Server-side syntax highlighting for all code ()
* Server-side syntax hilighting for all code

This PR does a few things:

* Remove all traces of highlight.js
* Use chroma library to provide fast syntax hilighting directly on the server
* Provide syntax hilighting for diffs
* Re-style both unified and split diffs views
* Add custom syntax hilighting styling for both regular and arc-green

Fixes 
Fixes 
Fixes 
Fixes 
Fixes 
Fixes 

And perhaps gets closer to 

* fix line marker

* fix repo search

* Fix single line select

* properly load settings

* npm uninstall highlight.js

* review suggestion

* code review

* forgot to call function

* fix test

* Apply suggestions from code review

suggestions from @silverwind thanks

Co-authored-by: silverwind <me@silverwind.io>

* code review

* copy/paste error

* Use const for highlight size limit

* Update web_src/less/_repository.less

Co-authored-by: Lauris BH <lauris@nix.lv>

* update size limit to 1MB and other styling tweaks

* fix highlighting for certain diff sections

* fix test

* add worker back as suggested

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-07-01 00:34:03 +03:00
..
comments
externalaccount Allow externalID to be UUID () 2019-10-17 10:06:28 +08:00
gitdiff Server-side syntax highlighting for all code () 2020-07-01 00:34:03 +03:00
issue
mailer Add push commits history comment on PR time-line () 2020-05-20 09:47:24 -03:00
mirror Refactor Cron and merge dashboard tasks () 2020-05-16 19:31:38 -04:00
pull Update CommitsAhead CommitsBehind on Pull BaseBranch Change too () 2020-06-16 12:52:33 -05:00
release When using API CreateRelease set created_unix to the tag commit time () 2020-04-30 14:10:42 +01:00
repository API endpoint for repo transfer () 2020-01-31 15:49:04 +00:00
wiki