mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +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>
|
2005-06-06 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* makefile.syntax: Added rules for BSD style Makefiles.
|
* makefile.syntax: Added rules for BSD style Makefiles.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# Octave/Matlab syntax file
|
||||||
|
|
||||||
context default
|
context default
|
||||||
keyword whole function white
|
keyword whole function white
|
||||||
@ -360,6 +361,9 @@ context default
|
|||||||
keyword whole scatter yellow
|
keyword whole scatter yellow
|
||||||
keyword whole roze yellow
|
keyword whole roze yellow
|
||||||
|
|
||||||
|
context %{ %} brown
|
||||||
|
spellcheck
|
||||||
|
|
||||||
context # \n brown
|
context # \n brown
|
||||||
spellcheck
|
spellcheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user