Questions Columns Rows
GitHub icon

TextMate Language

TextMate Language - Grammar language

< >

TextMate Language is a grammar language created in 2004.

#1371on PLDB 19Years Old


Example from the web:
scopeName = 'source.untitled'; fileTypes = ( ); foldingStartMarker = '\{\s*$'; 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 = '\\.'; } ); }, );

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 267 feedback@pldb.com Logout