From 7d9f408d3acc2fce65021d6e6a78df3b44e7b73d Mon Sep 17 00:00:00 2001 From: johannes69ki Date: Thu, 7 Nov 2019 19:43:01 +0100 Subject: public: update highlights.js to 9.16.2 (#5856) * updated the highlight.js plugin * added some explicit mappings for syntax highlighting --- internal/template/highlight/highlight.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/template/highlight/highlight.go') diff --git a/internal/template/highlight/highlight.go b/internal/template/highlight/highlight.go index 38a7df55..bf87ec32 100644 --- a/internal/template/highlight/highlight.go +++ b/internal/template/highlight/highlight.go @@ -59,6 +59,10 @@ var ( ".swift": true, ".ts": true, ".vb": true, + ".r": true, + ".sas": true, + ".tex": true, + ".yaml": true, } // Extensions that are not same as highlight classes. -- cgit v1.2.3