syntax/php.syntax: Added magic constants.
Этот коммит содержится в:
родитель
84ba7897bb
Коммит
0b52f0032f
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user