Ask a Question related to PHP Development, Design and Development.
-
Chris W. Parker #1
custom syntax highlighting in html-kit
Hello,
I'd REALLY REALLY like to be able to modify the syntax highlighting in
html-kit. Is this possible?
Right now in PHP if you have a line like:
echo "this is the text i want to echo.";
Everything between the two "'s will be gray. I don't necessarily want to
change that color (that parts easy) want I do want to do is highlight {
} within " ". For example a line like:
echo "this is the text and this is the value: {$arra[0]}.";
I want everything starting at { and ending with } to be a different
color, maybe yellow, or orange.
Anyone have any clues? I've been googling and searching chami's site but
can't find a definitive yes or no.
Thanks!
Chris.
Chris W. Parker Guest
-
Syntax-Highlighting
Hi there, is there a plug-in or extension for dreamweaver which enables syntax-highlighting ? Thank you very much, greets, ben -
SQL query text breaks syntax highlighting
The following code messes up dreamweaver's syntax highlighting. Im assuming it's because the parser sees the bracket and thinks it's a tag. ... -
Perl Syntax Highlighting
Greetings fellow members, I am in search for Perl/CGI definitions for use within CodeColoring.xml and Colors.xml. Perl syntax highlighting would... -
VIM - no syntax highlighting on console
On Sat, 02 Aug 2003 22:20:06 +0200 Jaque Moreau <mr.wimpy@firemail.de> wrote: In command mode (in VI), type ":syntax on" and see if that fixes... -
#24550 [Ver->Csd]: tokenizing & syntax highlighting crashes
ID: 24550 Updated by: stas@php.net Reported By: hos dot endre at axelero dot hu -Status: Verified +Status: ... -
Aaron Gould #2
Re: [PHP] custom syntax highlighting in html-kit
This is not possible... yet. I would like this feature too, but it has been
addressed a few times on the newsgroups at chami.com.
You can check the newsgroups out at
[url]http://www.chami.com/html-kit/newsgroups/[/url].
As far as I know, this feature is on Chami's long-term to-do list.
--
Aaron Gould
[email]agould@partscanada.com[/email]
Web Developer
Parts Canada
----- Original Message -----
From: "Chris W. Parker" <cparker@swatgear.com>
To: <php-general@lists.php.net>
Sent: Wednesday, August 20, 2003 2:55 PM
Subject: [PHP] custom syntax highlighting in html-kit
Hello,
I'd REALLY REALLY like to be able to modify the syntax highlighting in
html-kit. Is this possible?
Right now in PHP if you have a line like:
echo "this is the text i want to echo.";
Everything between the two "'s will be gray. I don't necessarily want to
change that color (that parts easy) want I do want to do is highlight {
} within " ". For example a line like:
echo "this is the text and this is the value: {$arra[0]}.";
I want everything starting at { and ending with } to be a different
color, maybe yellow, or orange.
Anyone have any clues? I've been googling and searching chami's site but
can't find a definitive yes or no.
Thanks!
Chris.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Aaron Gould Guest



Reply With Quote

