apfl/contrib/SublimeTextPackage/ApflTest.sublime-syntax

16 lines
251 B
Text
Raw Permalink Normal View History

2023-03-23 22:40:11 +00:00
%YAML 1.2
---
name: Apfl Test
file_extensions: ["at"]
scope: source.apfl-test
contexts:
main:
- match: "^===== script =====.*$"
push: Packages/Apfl/Apfl.sublime-syntax
with_prototype:
- match: "^====="
pop: true