%YAML 1.2 | |
--- | |
scope: source.todo | |
file_extensions: | |
- todo.txt | |
contexts: | |
main: | |
- match: '^(?=\S)' | |
push: todo | |
- include: url | |
url: | |
- match: '\b(https?|s3|ftp)://[^\s]+' | |
scope: markup.underline.link | |
todo: | |
- meta_scope: 'markup.heading.1 punctuation.definition.heading' | |
- include: url | |
- match: $ | |
pop: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment