Commit 4f43e17502c3a8459b550ebb952ba8fd7a64c4a9

dellagustin 2015-07-10T14:14:51

Add support for ABAP language Based on Ram Manohar Tiwari (rmtiwari)'s ABAPSyntaxHighlighter.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/components.js b/components.js
index 2ae508f..7691f64 100644
--- a/components.js
+++ b/components.js
@@ -57,6 +57,10 @@ var components = {
 
 		// ---
 
+		"abap": {
+			"title": "ABAP",
+			"owner": "dellagustin"
+		},
 		"actionscript": {
 			"title": "ActionScript",
 			"require": "javascript",
diff --git a/components/prism-abap.js b/components/prism-abap.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/components/prism-abap.js