1
1

syntax/php.syntax: Added magic constants.

Этот коммит содержится в:
Leonard den Ottolander 2006-02-08 14:03:26 +00:00
родитель 84ba7897bb
Коммит 0b52f0032f
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1,3 +1,7 @@
2006-02-08 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Added magic constants.
2006-01-29 Roland Illig <roland.illig@gmx.de>
* xml.syntax: Attribute names only reach upto the next "=", not

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

@ -8312,8 +8312,12 @@ context default
keyword whole and white
keyword whole or white
# Magic constants
keyword whole __FILE__ brightred
keyword whole __LINE__ brightred
keyword whole __FUNCTION__ brightred
keyword whole __CLASS__ brightred
keyword whole __METHOD__ brightred
keyword whole parent brightmagenta
keyword whole $this brightmagenta