TextMate Language is a grammar language created in 2004.
#2920on PLDB | 20Years Old |
scopeName = 'source.untitled';
fileTypes = ( );
foldingStartMarker = '\{\s*TEMPLATE#39;;
foldingStopMarker = '^\s*\}';
patterns = (
{ name = 'keyword.control.untitled';
match = '\b(if|while|for|return)\b';
},
{ name = 'string.quoted.double.untitled';
begin = '"';
end = '"';
patterns = (
{ name = 'constant.character.escape.untitled';
match = '\\.';
}
);
},
);