Skip to content

Instantly share code, notes, and snippets.

@tmacam
Last active July 28, 2022 23:03
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 tmacam/c709de132c2465d6ec10a409a7a5dcc7 to your computer and use it in GitHub Desktop.
Save tmacam/c709de132c2465d6ec10a409a7a5dcc7 to your computer and use it in GitHub Desktop.
Aditional syntax config to make editing my org-like worklog easier.
%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
@tmacam
Copy link
Author

tmacam commented Jul 28, 2022

	// MarkdownEditing:
	// List bullets to be used for automatically switching. In their order.
	"mde.list_indent_bullets": ["*", "+", "-"],

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