Re: Help getting a codeless language module working

2015-10-22 Thread Oliver Taylor
Have you tried wrapping the contents of your "Identifier and Keyword Character Class” inside a CDATA wrapper ? You can find the latest version of my code - which still works in the latest BBEdit - on GitHub

Re: Help getting a codeless language module working

2015-10-15 Thread Marc Chamberland
Hi Oliver, This is coming in 4 years later, but I'm having a problem very similar to the one you had in 2011. I'm trying to get keywords with spaces recognized in my module, but to no avail. Does your module still work in the latest version of BBEdit? I've tried every way I could think of to ad

Re: Help getting a codeless language module working

2011-08-16 Thread oliver
Thanks Mic, I added a space and a colon to the Identifier and Keyword Character Class and that got the keywords working (even with a space). Now I just need to get the Functions and Strings working. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group o

Re: Help getting a codeless language module working

2011-08-16 Thread Mic
Le 16 août 2011 à 02:44, oliver a écrit : > I'm having trouble getting a codeless language module up and running, I was > hoping you all could help me make it work. > > This is the document I'm working with: http://pastie.org/2377973 > And this is what I've got for the module: http://pastie.org

Help getting a codeless language module working

2011-08-15 Thread oliver
I'm having trouble getting a codeless language module up and running, I was hoping you all could help me make it work. This is the document I'm working with: http://pastie.org/2377973 And this is what I've got for the module: http://pastie.org/2377982 As far as I can tell I'm doing this by the b