@carlwr/textmate-validate
    Preparing search index...

    Interface LocatedRegex

    A single regex, along with its location in the grammar.

    interface LocatedRegex {
        rgx: string;
        loc: string;
    }
    Index

    Properties

    Properties

    rgx: string
    loc: string