[gtksourceview] Updates OCaml name.
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Updates OCaml name.
- Date: Mon, 14 Jan 2013 21:26:20 +0000 (UTC)
commit ee24adf68916b9eaeeed86dc98eca67ad4c5296b
Author: Jean-Philippe Fleury <contact jpfleury net>
Date: Mon Jan 14 15:01:40 2013 -0500
Updates OCaml name.
GNOME Bug #691735. For reference, see changes for OCaml 4.00.0:
http://caml.inria.fr/pub/distrib/ocaml-4.00/notes/Changes
data/language-specs/ocaml.lang | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/language-specs/ocaml.lang b/data/language-specs/ocaml.lang
index 3ad3924..a09381f 100644
--- a/data/language-specs/ocaml.lang
+++ b/data/language-specs/ocaml.lang
@@ -24,7 +24,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
-<language id="objective-caml" _name="Objective Caml" version="2.0" _section="Sources">
+<language id="ocaml" _name="OCaml" version="2.0" _section="Sources">
<metadata>
<property name="mimetypes">text/x-ocaml</property>
<property name="globs">*.ml;*.mli;*.mll;*.mly</property>
@@ -64,7 +64,7 @@
</context>
<!-- here's the main context -->
- <context id="objective-caml" class="no-spell-check">
+ <context id="ocaml" class="no-spell-check">
<include>
<context id="ocamldoc" style-ref="ocamldoc">
<start>\(\*\*</start>
@@ -137,7 +137,7 @@
<start>\[\|</start>
<end>\|\]</end>
<include>
- <context ref="objective-caml"/>
+ <context ref="ocaml"/>
</include>
</context>
<context id="badarray" style-ref="error" extend-parent="false">
@@ -147,7 +147,7 @@
<start>\[</start>
<end>(?<!\|)\]</end>
<include>
- <context ref="objective-caml"/>
+ <context ref="ocaml"/>
</include>
</context>
<context id="badlist" style-ref="error" extend-parent="false">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]