[gtksourceview] Ocaml highlighting example added



commit 08f527445925d191ca3cf23e1984cfcc5c8d620f
Author: Gaetan Gilbert <gaetan gilbert ens-lyon fr>
Date:   Sat May 9 13:30:32 2015 +0200

    Ocaml highlighting example added
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748960

 tests/syntax-highlighting/file.ml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/tests/syntax-highlighting/file.ml b/tests/syntax-highlighting/file.ml
new file mode 100644
index 0000000..579f1f2
--- /dev/null
+++ b/tests/syntax-highlighting/file.ml
@@ -0,0 +1,13 @@
+open List
+
+(*comment
+(** comment in comment *)
+*)
+
+let id = fun x -> x
+
+(**) (*<- empty comment*)
+(**ocamldoc (*and comment*) *)
+
+let _ = print_string "ok\n"
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]