mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* octave.syntax: Support for Matlab multi line comments
(starting with '%{' and ending with '%}')
This commit is contained in:
parent
9711666a53
commit
a5f6af1b98
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user