10 lines
158 B
YAML
10 lines
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 |