<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 13-02-23 04:02 PM, Matthew Brush
      wrote:<br>
    </div>
    <blockquote cite="mid:512958A9.3030808@codebrainz.ca" type="cite"><br>
      <blockquote type="cite">Syntax highlighting is still not so
        colourful: Names are bold black and
        <br>
        values are normal black unless they are numbers, in which case
        they are
        <br>
        green.
        <br>
        <br>
      </blockquote>
      <br>
      Because you left YAML styles above maybe (under [styling=C]).
      <br>
    </blockquote>
    <br>
    I cannot see any YAML styles in filetypes.JSON.conf:<br>
    <br>
        [styling=C]<br>
        default=default<br>
        number=number<br>
        string=string<br>
        word=word<br>
        identifier=identifier,bold<br>
         <br>
        [keywords]<br>
        primary=true false null<br>
         <br>
        [settings]<br>
        extension=json<br>
        lexer_filetype=Javascript<br>
        comment_single=#<br>
        comment_use_indent=true<br>
         <br>
        [indentation]<br>
        width=2<br>
        # 0 is spaces, 1 is tabs, 2 is tab & spaces<br>
        type=0<br>
    <br>
    I did, however, remove the lines below [styling=C]. But I kept <br>
    <br>
        identifier=identifier,bold<br>
    <br>
    ..because it bolds the name in a <b>Name</b>:Value pair:<br>
    {<br>
        "<b>err</b>": "File not found",<br>
        "<b>gId</b>": <font color="#006600">28</font>,<br>
    }<br>
    <br>
    In case the html is stripped out, "<b>err</b>" and "<b>gId</b>",
    above, are bold face.<br>
    <br>
    I would prefer a color like blue, to bold, but bold is really quite
    adequate.<br>
    <br>
    Thanks,<br>
    <br>
    RF<br>
    <br>
  </body>
</html>