mirror of
https://github.com/getzola/zola
synced 2024-12-14 14:22:28 +00:00
10 lines
No EOL
158 B
YAML
10 lines
No EOL
158 B
YAML
%YAML 1.2
|
|
---
|
|
name: mylang
|
|
file_extensions: [mylang]
|
|
scope: source.mylang
|
|
|
|
contexts:
|
|
main:
|
|
- match: \b(if|else|for|while)\b
|
|
scope: keyword.control |