custom syntax highlighting in html-kit

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Syntax-Highlighting
      Hi there, is there a plug-in or extension for dreamweaver which enables syntax-highlighting ? Thank you very much, greets, ben
    2. 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. ...
    3. 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...
    4. 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...
    5. #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: ...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139