1
1

* perl.syntax: The inside of qw(...) gets green.

Этот коммит содержится в:
Roland Illig 2005-07-03 11:47:07 +00:00
родитель a75e3a5d5a
Коммит fb43472e27
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2005-07-03 Roland Illig <roland.illig@gmx.de>
* perl.syntax: The inside of qw(...) gets green.
2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
* octave.syntax: Support for Matlab multi line comments

Просмотреть файл

@ -353,6 +353,7 @@ context " " green
context ' ' brightgreen
keyword \\' green
keyword \\\\ green
context exclusive qw( ) green
context exclusive ` ` white black