[gtksourceview] File extension .f95 not identified with fortran syntax highlighting.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] File extension .f95 not identified with fortran syntax highlighting.
- Date: Wed, 9 Feb 2011 22:17:37 +0000 (UTC)
commit 8581203381819b5addb23baf8bec31c0654e2919
Author: Risto Vanhanen <rpvanhan cc hut fi>
Date: Wed Feb 9 23:18:29 2011 +0100
File extension .f95 not identified with fortran syntax highlighting.
https://bugzilla.gnome.org/show_bug.cgi?id=627566
data/language-specs/fortran.lang | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/language-specs/fortran.lang b/data/language-specs/fortran.lang
index c2e938a..538831f 100644
--- a/data/language-specs/fortran.lang
+++ b/data/language-specs/fortran.lang
@@ -25,7 +25,7 @@
<language id="fortran" _name="Fortran 95" version="2.0" _section="Sources">
<metadata>
<property name="mimetypes">text/x-fortran</property>
- <property name="globs">*.f;*.f9[05];*.for</property>
+ <property name="globs">*.f;*.f90;*.f95;*.for</property>
<property name="line-comment-start">!</property>
</metadata>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]