Commit b42fa77962bfbfa55ebab73ceb73ba1485ef4434

Golmote 2016-11-09T01:26:50

Ini: Remove newline at end of minified file.

1
2
3
4
5
6
7
8
diff --git a/components/prism-ini.min.js b/components/prism-ini.min.js
index 1e48b48..bcc3c46 100644
--- a/components/prism-ini.min.js
+++ b/components/prism-ini.min.js
@@ -1 +1 @@
-Prism.languages.ini={comment:/^[ \t]*;.*$/m,selector:/^[ \t]*\[.*?\]/m,constant:/^[ \t]*[^\s=]+?(?=[ \t]*=)/m,"attr-value":{pattern:/=.*/,inside:{punctuation:/^[=]/}}};
+Prism.languages.ini={comment:/^[ \t]*;.*$/m,selector:/^[ \t]*\[.*?\]/m,constant:/^[ \t]*[^\s=]+?(?=[ \t]*=)/m,"attr-value":{pattern:/=.*/,inside:{punctuation:/^[=]/}}};
\ No newline at end of file