15 lines
316 B
YAML
15 lines
316 B
YAML
---
|
|
name: Midas
|
|
file_extensions: [midas]
|
|
scope: source.midas
|
|
|
|
contexts:
|
|
main:
|
|
- match: \b(type|extend|op|predicate)\b
|
|
scope: keyword.control.midas
|
|
- match: //
|
|
scope: punctuation.definition.comment.midas
|
|
push:
|
|
- meta_scope: comment.line.midas
|
|
- match: $
|
|
pop: true |