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: |
06e51c6eba71673ab7407e918867d29c |
| User & Date: | olr on 2018-06-12 09:08:52 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-06-12
| ||
| 09:50 | [build][core] option for actions check-in: c5640a1fc5 user: olr tags: core, build, rg | |
| 09:08 | [misc] SublimeText syntax rules update check-in: 06e51c6eba user: olr tags: misc, rg | |
| 09:04 | [misc] SublimeText syntax rules update check-in: 558ac4bb27 user: olr tags: misc, rg | |
Changes
Modified gc_lang/fr/rules.grx from [5101ac8a06] to [49d6e76cbe].
| ︙ | ︙ | |||
12442 12443 12444 12445 12446 12447 12448 |
# Après « quand » ou « lorsque », le verbe ne s’emploie pas au subjonctif mais à l’indicatif.
TEST: quand elle {{rencontrât}} son créateur
TEST: lorsqu’il y {{eût}} du grabuge, nous montâmes tous sur le pont.
| | > | 12442 12443 12444 12445 12446 12447 12448 12449 12450 12451 12452 12453 12454 12455 12456 12457 |
# Après « quand » ou « lorsque », le verbe ne s’emploie pas au subjonctif mais à l’indicatif.
TEST: quand elle {{rencontrât}} son créateur
TEST: lorsqu’il y {{eût}} du grabuge, nous montâmes tous sur le pont.
@@@@GRAPH: test_graph@@@@
!!
!!
!!
!!
|
| ︙ | ︙ |
Modified misc/grammalecte.sublime-syntax from [cd1072ee1f] to [7e4293e557].
| ︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
- match: '^!!.*|^\[\+\+\].*'
scope: bookmark
# Bookmarks
- match: '^GRAPH_NAME:.*'
scope: bookmark
# Keywords are if, else.
# Note that blackslashes don't need to be escaped within single quoted
# strings in YAML. When using single quoted strings, only single quotes
# need to be escaped: this is done by using two single quotes next to each
# other.
- match: '\b(?:if|else|and|or|not|in)\b'
scope: keyword.python
| > > > > > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
- match: '^!!.*|^\[\+\+\].*'
scope: bookmark
# Bookmarks
- match: '^GRAPH_NAME:.*'
scope: bookmark
# Bookmarks
- match: '^@@@@GRAPH: *(\w+)@@@@ *'
scope: bookmark
captures:
1: string.graphname
# Keywords are if, else.
# Note that blackslashes don't need to be escaped within single quoted
# strings in YAML. When using single quoted strings, only single quotes
# need to be escaped: this is done by using two single quotes next to each
# other.
- match: '\b(?:if|else|and|or|not|in)\b'
scope: keyword.python
|
| ︙ | ︙ |