@carlwr/textmate-validate
Preparing search index...
LocatedRegex
Interface LocatedRegex
A single regex, along with its location in the grammar.
interface
LocatedRegex
{
rgx
:
string
;
loc
:
string
;
}
Index
Properties
rgx
loc
Properties
rgx
rgx
:
string
loc
loc
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rgx
loc
@carlwr/textmate-validate
Loading...
A single regex, along with its location in the grammar.