Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

TextMate Language

< >

TextMate Language is a grammar language created in 2004.

#2908on PLDB 20Years Old
Homepage


Example from the web:
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 = '\\.'; } ); }, );
View source
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll