summaryrefslogtreecommitdiffstats
path: root/data/resources/prism/local.mk
blob: 3da7803136b46b427115d843c28ceea2a4d6de27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Order these in the way they are ordered on <http://prismjs.com/download.html>.

prismcss_sources = \
	%reldir%/themes/prism.css \
	%reldir%/plugins/line-numbers/prism-line-numbers.css

prismjs_sources = \
	%reldir%/components/prism-core.js \
	%reldir%/components/prism-markup.js \
	%reldir%/components/prism-css.js \
	%reldir%/components/prism-clike.js \
	%reldir%/components/prism-javascript.js \
	%reldir%/plugins/line-numbers/prism-line-numbers.js \
	%reldir%/plugins/data-uri-highlight/prism-data-uri-highlight.js