[gtksourceview] Fortran call interpreted as a comment. Fixed by Seb35.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Fortran call interpreted as a comment. Fixed by Seb35.
- Date: Tue, 12 Apr 2011 12:21:29 +0000 (UTC)
commit bb6051c43d219c84dcace29774416e4f075052fb
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Apr 12 14:21:37 2011 +0200
Fortran call interpreted as a comment. Fixed by Seb35.
https://bugzilla.gnome.org/show_bug.cgi?id=645724
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 538831f..402ec40 100644
--- a/data/language-specs/fortran.lang
+++ b/data/language-specs/fortran.lang
@@ -45,7 +45,7 @@
<!-- Note: contains an hack to avoid considering ^COMMON a comment -->
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
- <start>!|(^[Cc](\b|[^Oo]))</start>
+ <start>!|(^[Cc](\b|[^OoAaYy]))</start>
<include>
<context ref="def:escape"/>
<context ref="def:in-line-comment"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]