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

Sublime Syntax

< >

Sublime Syntax is a grammar language created in 2008.

#2898on PLDB 16Years Old
Homepage

Sublime Syntax files are YAML files with a small header, followed by a list of contexts. Each context has a list of patterns that describe how to highlight text in that context, and how to change the current text.


Example from the web:
%YAML 1.2 --- name: C file_extensions: [c, h] scope: source.c contexts: main: - match: \b(if|else|for|while)\b scope: keyword.control.c
View source
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll