[TxMt] Problems with vb.asp.net bundle

John Tsombakos tsom467 at gmail.com
Sun Mar 19 03:02:55 UTC 2006


Hi all,

Recent user of TextMate... I've downloaded the latest bundles via
subversion and have noticed a problem with the vb.asp.net bundle.

If I try to open an .asp file, which is not a .NET file, just plain
asp, there are errors generated in the Console:

TextMate: zero width match (swallow pattern) {
    begin = "\\(";
    "begin_nfa" = <058c1720 >;
    end = "\\)";
    "end_nfa" = <006192d0 >;
    name = "meta.round-brackets";
    patterns = ({include = "source.asp.vb.net"; });
    swallow = "(\\([^\\)]*[^\\)]*\\)|s*\\n*s*)";
    "swallow_nfa" = <04ed1cb0 >;
}
TextMate: zero width match (swallow pattern) {
    begin = "\\(";
    "begin_nfa" = <058c1720 >;
    end = "\\)";
    "end_nfa" = <006192d0 >;
    name = "meta.round-brackets";
    patterns = ({include = "source.asp.vb.net"; });
    swallow = "(\\([^\\)]*[^\\)]*\\)|s*\\n*s*)";
    "swallow_nfa" = <04ed1cb0 >;
}
TextMate: zero width match (swallow pattern) {
    begin = "\\(";
    "begin_nfa" = <058c1720 >;
    end = "\\)";
    "end_nfa" = <006192d0 >;
    name = "meta.round-brackets";
    patterns = ({include = "source.asp.vb.net"; });
    swallow = "(\\([^\\)]*[^\\)]*\\)|s*\\n*s*)";
    "swallow_nfa" = <04ed1cb0 >;
}

...about 39 times. I'm not sure if it corresponds to anything in my
.asp file. It's a rather simple file.

Also, if I create a new HTML file using the New from Template -> HTML
command, and I try to insert a <script> tag in the header, TextMate
will make an error sound, and for each key I try to type within the
script tags, the error "ding" sounds. In the Console, many errors like
this are shown:

2006-03-18 22:00:22.896 TextMate[16514] didn't find rule named
source.js.bracketed
2006-03-18 22:00:22.898 TextMate[16514] didn't find rule source.js.bracketed

To get rid of the errors, I deleted the vb.net bundle (I don't do
.NET, so no great loss), but I thought I'd report it.

I suppose I should send this off to support too..

Thanks.



More information about the textmate mailing list