Last active
July 28, 2022 23:03
-
-
Save tmacam/c709de132c2465d6ec10a409a7a5dcc7 to your computer and use it in GitHub Desktop.
Aditional syntax config to make editing my org-like worklog easier.
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 | |
--- | |
# See http://www.sublimetext.com/docs/3/syntax.html | |
name: relatorio | |
file_extensions: [md] | |
scope: text.html.markdown | |
contexts: | |
main: | |
- match: '\b(PENDING)\b' | |
scope: keyword.control.c | |
# Entry for a new day | |
- match: '^[0-9.-]+(,\s+\w+)?:' | |
scope: constant.numeric.c | |
- match: '\b(URGENT)\b' | |
scope: invalid.illegal.stray-bracket-end |
Author
tmacam
commented
Jul 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment