- Posted by
- Thanks Manni. Even though just looking at the string gave me a headache, it IS very effective and caught some of my styles that my strings missed. Very impressive. I just have to go over your string to see what part does what. Appreciate your help, NathanPosted in Syntax Highlighting
-   Topics
-   Views
- neisenbe
Jan 20, 2005
- I played around with this a little and these seem to work pretty well for my purposes :D: /Function String = "%.*" /Function String 1 = "%[a-zA-Z]+[~:{}]+$" NathanPosted in Syntax Highlighting
-   Topics
-   Views
- neisenbe
Jan 19, 2005
- Thanks for the quick response. I modified my codes to this: /Function String = "%.*" /Function String 1 = "%[~:{}]+$" I took the period out of the 2nd string since the lines I want are those that start with a period - w/or w/out colons and those without colons - whether they start with a period or n...Posted in Syntax Highlighting
-   Topics
-   Views
- neisenbe
Jan 19, 2005
- Hi! I'm creating a simple wordfile section for CSS files. I want the function list to show any line that starts with a "." AND any lines that are not blank and DO NOT contain a colon. I got the "." part, using /Function String = "%.*" but can't figure out the DOES NOT have a ":" part :? . Any ideas ...Posted in Syntax Highlighting
-   Topics
-   Views
- neisenbe
Jan 18, 2005