diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-18 00:46:26 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-18 00:46:26 +0300 |
commit | 61d229f89247fa27fd2cec213dedbcdc1fb688ea (patch) | |
tree | 2ef06c6c5026cb725071d3237b354e658989b617 /assets | |
parent | aa161cfe69f92d2d05baa7f14095f6520ebe9755 (diff) | |
download | popov.link-61d229f89247fa27fd2cec213dedbcdc1fb688ea.tar.xz popov.link-61d229f89247fa27fd2cec213dedbcdc1fb688ea.zip |
Added syntax highlighting
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/highlight.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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'; |