Commit aa09053ad8d6a375623241dfa336ce14003e277c

Valérian Galliat 2014-10-12T12:49:27

Add a "Third-party language definitions" section

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/index.html b/index.html
index 2a0b8a4..17085be 100644
--- a/index.html
+++ b/index.html
@@ -164,6 +164,14 @@
 	<p>It’s very easy to <a href="extending.html#writing-plugins">write your own Prism plugins</a>. Did you write a plugin for Prism that you want added to this list? <a href="https://github.com/LeaVerou/prism" target="_blank">Send a pull request</a>!</p>
 </section>
 
+<section id="languages">
+	<h1>Third-party language definitions</h1>
+
+	<ul>
+		<li><a href="https://github.com/SassDoc/prism-scss-sassdoc">SassDoc Sass/Scss comments</a></li>
+	</ul>
+</section>
+
 <section id="tutorials">
 	<h1>Third-party tutorials</h1>