* octave.syntax: Support for Matlab multi line comments
(starting with '%{' and ending with '%}')
Этот коммит содержится в:
родитель
9711666a53
Коммит
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
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user