From a5f6af1b98575724cde3e1505c0d933990458ab6 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Thu, 16 Jun 2005 08:48:20 +0000 Subject: [PATCH] * octave.syntax: Support for Matlab multi line comments (starting with '%{' and ending with '%}') --- syntax/ChangeLog | 5 +++++ syntax/octave.syntax | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/syntax/ChangeLog b/syntax/ChangeLog index 64fd7d00c..c8f9ee17a 100644 --- a/syntax/ChangeLog +++ b/syntax/ChangeLog @@ -1,3 +1,8 @@ +2005-06-16 Mykolas Juraitis + + * octave.syntax: Support for Matlab multi line comments + (starting with '%{' and ending with '%}') + 2005-06-06 Roland Illig * makefile.syntax: Added rules for BSD style Makefiles. diff --git a/syntax/octave.syntax b/syntax/octave.syntax index 5192c99f9..34b07b867 100644 --- a/syntax/octave.syntax +++ b/syntax/octave.syntax @@ -1,3 +1,4 @@ +# Octave/Matlab syntax file context default keyword whole function white @@ -360,6 +361,9 @@ context default keyword whole scatter yellow keyword whole roze yellow +context %{ %} brown + spellcheck + context # \n brown spellcheck