[TxMt] A newbie asks: How to create my own language
Lawrence Goodman
lawrencegoodman at gmail.com
Fri Jul 28 19:41:56 UTC 2006
I am not a computer programmer, but want to create a language for
mysel;f as part of a bundle. I have made some progress, but there's a
code being used here and I can't figure out what it means.
I am referring to what comes after the word match, i.e.
match = '[_]([^\\_ ]|\\.| .[^\\])*[_]';
match = '^[^\t].*((\.|\-|\?|\:|\;|\,)\s*)';
or
match = '\/\/\s*.*$';
Is there a website somewhere that might help me to decode this?
Thanks.
--
Lawrence Goodman
lawrencegoodman at gmail.com
Check out my blog: http://goodmanorama.blogspot.com
More information about the textmate
mailing list