Commit fe1c6376cda1f18711712463836e98e0b0fee9ee

Golmote 2015-02-04T19:05:10

Highlight keywords plugin does not use CSS anymore. Should fix #490

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/components.js b/components.js
index 3f640bd..6664faf 100644
--- a/components.js
+++ b/components.js
@@ -322,7 +322,8 @@ var components = {
 		},
 		"highlight-keywords": {
 			"title": "Highlight Keywords",
-			"owner": "vkbansal"
+			"owner": "vkbansal",
+			"noCSS": true
 		}
 	}
 };