[gtksourceview] Perl: fix '...' operator highlighting
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtksourceview] Perl: fix '...' operator highlighting
- Date: Mon, 17 Sep 2012 19:08:03 +0000 (UTC)
commit f844339bddbe1402c6f70217f6aa216575cdaf45
Author: Artem S Vybornov <vybornov gmail com>
Date:   Tue Aug 28 23:39:33 2012 +0400
    Perl: fix '...' operator highlighting
    
    Signed-off-by: Artem S Vybornov <vybornov gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682897
 data/language-specs/perl.lang |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/language-specs/perl.lang b/data/language-specs/perl.lang
index eeac56b..7908a8a 100644
--- a/data/language-specs/perl.lang
+++ b/data/language-specs/perl.lang
@@ -103,7 +103,7 @@ FIXME: =pod should require an empty line before/after, as written in perlpod
       < | > | [<>=!]= | <=> |
       & | \| | \^ |
       && |
-      \.\. | \.\.\. |
+      \.\.\.? |
       \? | : |
       = | \*\*= | \+= | \*= | &= | <<= | &&= | \-= | /= |
       \|= | >>= | \|\|= | \.= | %= | \^= | \bx= |
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]