summaryrefslogtreecommitdiffstats
path: root/data/resources/prism/local.mk
blob: 474071849b546ca8cc1a961ebf8cd4052406da2c (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.cssin \
	%reldir%/plugins/line-numbers/prism-line-numbers.cssin

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