Created
June 27, 2025 13:18
-
-
Save kach/f02a846ef37823348d313153343a22e4 to your computer and use it in GitHub Desktop.
Sublime Text plugin for editing SIGGRAPH reviews offline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %YAML 1.2 | |
| --- | |
| # http://www.sublimetext.com/docs/syntax.html | |
| name: SIGGRAPH | |
| file_extensions: | |
| - txt | |
| scope: text.plain | |
| contexts: | |
| main: | |
| - match: "<<" | |
| push: string | |
| - match: ">>" | |
| pop: string | |
| - match: "//.*\n" | |
| scope: comment.line.c | |
| string: | |
| - meta_scope: string.quoted.double.c | |
| - match: ">>" | |
| pop: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment