Menu

Number Style Highlighting Help

TXHank
2014-07-15
2014-07-15
  • TXHank

    TXHank - 2014-07-15

    How can I make npp highlight numbers in the following cases:

    #Define dog 0x1ABC1
    x = 6
    aArray[9] := DogFunc(99.12)
    

    I can get the first two to work using the following:
    Prefix 1 = <blank>
    Prefix 2 = 0x
    Extras 1 = A B C D E F a b c d e f

    Everything else is blank
    Decimal Separator is DOT

     

    Last edit: TXHank 2014-07-15
  • TXHank

    TXHank - 2014-07-15

    Ignore: After I defined operators it is now working as expected. Thank you.