aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/css/Makefile
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2016-10-21 21:22:52 +0100
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commit2887ebb0cd748f60cfe410f414ad27acfc7a3cb5 (patch)
tree4b1caa1e7aebada7aead827599b3ef80dab148cd /lib/erl_docgen/priv/css/Makefile
parent1f0689526a75e776bb4486da55cd48cb2e2efb15 (diff)
downloadotp-2887ebb0cd748f60cfe410f414ad27acfc7a3cb5.tar.gz
otp-2887ebb0cd748f60cfe410f414ad27acfc7a3cb5.tar.bz2
otp-2887ebb0cd748f60cfe410f414ad27acfc7a3cb5.zip
add progressive enhanced syntax highlighter
it loads a script at the end of the page that loads the required resources and initializes the syntax highlighter. if js is disabled or blocked nothing happens, the code blocks will display with the style they had until now
Diffstat (limited to 'lib/erl_docgen/priv/css/Makefile')
-rw-r--r--lib/erl_docgen/priv/css/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/Makefile b/lib/erl_docgen/priv/css/Makefile
index c317411d32..e3d2ee7e3f 100644
--- a/lib/erl_docgen/priv/css/Makefile
+++ b/lib/erl_docgen/priv/css/Makefile
@@ -39,7 +39,8 @@ RELSYSDIR = $(RELEASE_PATH)/lib/erl_docgen-$(VSN)
CSS_FILES = \
- otp_doc.css
+ otp_doc.css \
+ highlight.css
# ----------------------------------------------------