Opened 4 years ago
Last modified 4 years ago
#762 new Feature Requests
Custom syntax highlight
| Reported by: | incastrix | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | 1.3.0 |
| Component: | PHP Editor | Version: | 1.2.x |
| Keywords: | Cc: |
Description
a way to add custom syntax to main one. see #761.
Change History (3)
comment:1 Changed 4 years ago by incastrix
comment:2 Changed 4 years ago by wanderingstan
I second the request for this feature.
Personally I can't stand the default syntax coloring; variables are colored so light as to be unreadable and single-quoted text is garishly bold for no reason. (IMHO!)
comment:3 Changed 4 years ago by hurart
The file syntax.xml is wrong.
It doesn't have the following items:
<s f="echo" u="echo">echo</s>
<s f="empty" u="empty">empty</s>
<s f="isset" u="isset">isset</s>
<s f="unset" u="unset">unset</s>
<s f="include" u="include">include</s>
<s f="print" u="print">print</s>
<s f="require" u="require">require</s>
<s f="require_once" u="require_once">require_once</s>
<s f="include_once" u="include_once">include_once</s>
<s f="goto" u="goto">goto</s>
I think there are more lost items.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)
(In [1642]) fix #761 also see #762.