Skip to content

Instantly share code, notes, and snippets.

@justisr
Created September 20, 2018 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justisr/6be4be9b7cd1bef1547c7ada26cdbc4d to your computer and use it in GitHub Desktop.
Save justisr/6be4be9b7cd1bef1547c7ada26cdbc4d to your computer and use it in GitHub Desktop.
Sublime text syntax file for HMFF
%YAML 1.2
---
name: HMFF
file_extensions: [hmff]
scope: source.c
contexts:
main:
- match: "^\\s*?(#).*"
scope: comment.line
- match: "(^\\s*?.*?)(:)(.*)"
captures:
1: keyword.control
2: meta.path
3: string.unquoted
@justisr
Copy link
Author

justisr commented Sep 20, 2018

For the following format: https://github.com/justisr/HMFF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment