Commit 0bf73dc7813cdd1eadb15730d8c9f2d00f208df8

Taylor Buckner 2020-01-22T07:08:01

Added link to prism-liquibase Bash language extension. (#2191) In an effort to make some of our documentation easier to parse, Liquibase has published an extension to the Bash language to offer tokenization of Liquibase CLI commands.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index ab2bfd0..fd19c18 100644
--- a/index.html
+++ b/index.html
@@ -252,6 +252,7 @@ const html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 
 	<ul>
 		<li><a href="https://github.com/SassDoc/prism-scss-sassdoc">SassDoc Sass/Scss comments</a></li>
+		<li><a href="https://github.com/Liquibase/prism-liquibase">Liquibase CLI Bash language extension</a></li>
 	</ul>
 </section>