Skip to content

Instantly share code, notes, and snippets.

@maksimKorzh
Last active February 21, 2019 17:20
Show Gist options
  • Save maksimKorzh/21881782b367954c38f0705c101c7fa7 to your computer and use it in GitHub Desktop.
Save maksimKorzh/21881782b367954c38f0705c101c7fa7 to your computer and use it in GitHub Desktop.
brainfuck syntax file for micro text editor
filetype: b
detect:
filename: "(\\.(b)$)"
rules:
- identifier: "\\b[A-Z_][0-9A-Z_]+\\b"
- type: "<|>"
- statement: "\\+|\\-"
- preproc: "\\[|\\]"
- constant.string: "\\.|\\,"
- comment: "\\#|\\@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment