Overview
| Comment: | [misc] sublime text syntax update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | misc |
| Files: | files | file ages | folders |
| SHA3-256: |
02626b166a19a2c1cfd476a67fb0b982 |
| User & Date: | olr on 2020-12-02 07:56:23 |
| Other Links: | manifest | tags |
Context
|
2020-12-02
| ||
| 07:57 | [graphspell] tokenizer update check-in: 9678e9208c user: olr tags: trunk, graphspell | |
| 07:56 | [misc] sublime text syntax update check-in: 02626b166a user: olr tags: trunk, misc | |
|
2020-11-30
| ||
| 15:15 | [graphspell][fx] update tokenizer and lexicographer: add symbols and emojis check-in: b3448ac17f user: olr tags: trunk, fx, graphspell | |
Changes
Modified misc/grammalecte.sublime-syntax from [13b9ac9e2d] to [e93ef25e4b].
| ︙ | ︙ | |||
22 23 24 25 26 27 28 |
# Error message
- match: '(?<= )&& '
scope: string.message
push:
- meta_scope: string.message
- match: '\\-?[0-9]+'
scope: string.message.esc
| | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
# Error message
- match: '(?<= )&& '
scope: string.message
push:
- meta_scope: string.message
- match: '\\-?[0-9]+'
scope: string.message.esc
- match: '\| ?https?://[\w./%?&=#+-:]+'
scope: string.message.url
- match: $
pop: true
# Numbers
- match: '\b(-)?[0-9.]+\b'
scope: constant.numeric
|
| ︙ | ︙ |