Commit 16c20ac7d04ffbb676c6e162dfdc0db323bb55f9

dellagustin 2015-07-10T14:42:03

First abap example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/examples/prism-abap.html b/examples/prism-abap.html
new file mode 100644
index 0000000..359cf32
--- /dev/null
+++ b/examples/prism-abap.html
@@ -0,0 +1,13 @@
+<h1>ABAP</h1>
+<p>To use this language, use the class "language-abap".</p>
+
+<h2>Comments</h2>
+<pre><code>
+* Line Comments
+&quot; End of line comment used as line comment.
+value = 1. &quot; End of line comment
+
+DATA:
+  "! ABAPDoc comment
+  value TYPE i.
+</code></pre>
\ No newline at end of file