zola/test_site/syntaxes/test.sublime-syntax

10 lines
158 B
Plaintext
Raw Permalink Normal View History

%YAML 1.2
---
2020-12-21 07:54:43 +00:00
name: mylang
file_extensions: [mylang]
scope: source.mylang
contexts:
main:
2020-12-21 07:54:43 +00:00
- match: \b(if|else|for|while)\b
scope: keyword.control