mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 14:42:04 +00:00
21 lines
378 B
YAML
21 lines
378 B
YAML
---
|
|
name: MagicRegExp
|
|
scopeName: source.regexp.python
|
|
fileTypes: [re]
|
|
uuid: 39e15186-71e6-11e5-b82c-7c6d62900c7c
|
|
|
|
patterns:
|
|
- include: '#regexp-expression'
|
|
|
|
repository:
|
|
$apply:
|
|
- file: 'regexp-common.inc.syntax.yaml'
|
|
- file: 'regexp.inc.syntax.yaml'
|
|
vars:
|
|
prefix: ''
|
|
basename: regexp
|
|
marker: ''
|
|
nested: ''
|
|
guard: ''
|
|
...
|