* octave.syntax: Support for Matlab multi line comments

(starting with '%{' and ending with '%}')
This commit is contained in:
Roland Illig 2005-06-16 08:48:20 +00:00
parent 9711666a53
commit a5f6af1b98
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
* octave.syntax: Support for Matlab multi line comments
(starting with '%{' and ending with '%}')
2005-06-06 Roland Illig <roland.illig@gmx.de>
* makefile.syntax: Added rules for BSD style Makefiles.

View File

@ -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