Measures Concepts
GitHub icon

TextMate Language

TextMate Language - Grammar language

< >

TextMate Language is a grammar language created in 2004.

#1377on PLDB 20Years 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 Queries Stats Sponsor Day 605 feedback@pldb.io Logout