cokinou:

I would like add another keyword (like into lua.properties) with added on
php.properties :
   keywords2.$(file.patterns.php)=function1 function2 function3
   style.php.13=fore:#FF0000,bold

But no effect on PHP code :(, i try to change the number style.php.xxx but
no effect :,(

  The "php" lexer isn't supported any more although it is still
present. It was always mostly just another way to access the
"hypertext" lexer which is set up in html.properties. The "hypertext"
lexer handles HTML and XML, including embedded PHP. Because it is
handling HTML, PHP, ASP, and client-side JavaScript, it has to
cooperate with these languages in assigning keyword lists. Keyword
list 2 is used for JavaScript keywords. Only one keyword list is
allocated to PHP (and there is only one keyword style) so you should
append your keywords to the list of PHP keywords in your
php.properties.

  Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to