Overview
| Comment: | [misc] SublimeText syntax rules update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | misc | rg |
| Files: | files | file ages | folders |
| SHA3-256: |
eb14e38462b5cc6d0dcba38e7da99640 |
| User & Date: | olr on 2018-06-12 10:46:23 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-06-12
| ||
| 11:24 | [core] text processor: communication between regex rules and graph rules + [graphspell][bug] tokenizer: set i variable to 0, if sentence is empty check-in: cca3887aad user: olr tags: core, graphspell, rg | |
| 10:46 | [misc] SublimeText syntax rules update check-in: eb14e38462 user: olr tags: misc, rg | |
| 10:04 | [core][bug] wrong parameter name check-in: 59749c193f user: olr tags: core, rg | |
Changes
Modified misc/grammalecte.sublime-syntax from [7e4293e557] to [d9f6420285].
| ︙ | ︙ | |||
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# Graph rules option
- match: '^__(\w+)(![0-9]|)__'
scope: rule.options
captures:
1: rule.rulename2
2: rule.priority
# Definitions and options
- match: '^OPT(?:GROUP|LANG|PRIORITY)/|^OPTSOFTWARE:'
scope: options.command
- match: '^OPT(?:LABEL|)/'
scope: options.parameter
| > > > > | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# Graph rules option
- match: '^__(\w+)(![0-9]|)__'
scope: rule.options
captures:
1: rule.rulename2
2: rule.priority
- match: '/(\w+)/'
scope: rule.options
captures:
1: rule.optionname
# Definitions and options
- match: '^OPT(?:GROUP|LANG|PRIORITY)/|^OPTSOFTWARE:'
scope: options.command
- match: '^OPT(?:LABEL|)/'
scope: options.parameter
|
| ︙ | ︙ |