Skip to content

Instantly share code, notes, and snippets.

@kach
Created June 27, 2025 13:18
Show Gist options
  • Select an option

  • Save kach/f02a846ef37823348d313153343a22e4 to your computer and use it in GitHub Desktop.

Select an option

Save kach/f02a846ef37823348d313153343a22e4 to your computer and use it in GitHub Desktop.
Sublime Text plugin for editing SIGGRAPH reviews offline
%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