From 61d229f89247fa27fd2cec213dedbcdc1fb688ea Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 18 Apr 2018 01:46:26 +0400 Subject: Added syntax highlighting --- assets/css/highlight.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/css/highlight.scss (limited to 'assets') diff --git a/assets/css/highlight.scss b/assets/css/highlight.scss new file mode 100644 index 0000000..caa7d65 --- /dev/null +++ b/assets/css/highlight.scss @@ -0,0 +1,6 @@ +--- +# Pygments, a Python-based code highlighting tool, comes with a set of builtin +# styles (not css files) for code highlighting. +--- + +@import 'base/highlight'; -- cgit v1.2.3