Commit f325baaa13ed0e4a76f2a2aa0acda7164622fac9

Mohammad Valipour 2013-10-29T13:30:39

Add corresponding entries for csharp and gherkin to components.js

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/components.js b/components.js
index f406564..7bdb4c5 100644
--- a/components.js
+++ b/components.js
@@ -96,6 +96,13 @@ var components = {
 		'ruby': {
 			title: 'Ruby',
 			require: 'clike'
+		},
+		'gherkin': {
+			title: 'Gherkin'
+		},
+		'csharp': {
+			title: 'C#',
+			require: 'clike'
 		}
 	},
 	plugins: {