Skip to content

Instantly share code, notes, and snippets.

@Kristinita
Last active August 31, 2016 07:20
Show Gist options
  • Save Kristinita/4105b1b48fb3dfc7ba13a0c09f9fb216 to your computer and use it in GitHub Desktop.
Save Kristinita/4105b1b48fb3dfc7ba13a0c09f9fb216 to your computer and use it in GitHub Desktop.
Kireopardy
%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
name: Kireopardy
file_extensions:
- kira
scope: genius.kira
contexts:
main:
- match: (?<=\| )\+
scope: kira.plus
- match: (?i)\|
scope: kira.verticalbar
- match: (?i)\-|=
scope: kira.hyphen
- match: (?<=[\=\|])\=(?=[\=\|])
scope: kira.equalsign
- match: (?i)\ERROR|ПРУФ|ОРИСС|Кул(?=\:)
scope: kira.error
- match: (?i)\Toss|OffT|Draw|Mis|Dive|Pitch|Slash
scope: kira.garniromises
- match: (?i)\Fast|2Seam|Sin|4Seam|Cut|Sly|Screw|Curve|Chan|Knuck|Giro|Palm|Fork|Emery
scope: kira.axaxes
- match: (?<= )ОКТв|OK|ОК|OKТв(?= )
scope: kira.knowledge
- match: (?i)\d-й раунд|Финал
scope: kira.round
- match: (?<= )Л(?= )
scope: kira.logicquestion
- match: (?<= )Т(?= )
scope: kira.knowledgequestion
- match: (?<=\d )[АA](?= )
scope: kira.auction
- match: (?<=\d )[КK](?= )
scope: kira.piginapoke
- match: (?<=\| )[0-9]{1,2}(?= )
scope: kira.numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment