Differences From Artifact [8396844b7b]:
- File misc/grammalecte.sublime-syntax — part of check-in [6d63ab4c87] at 2019-07-19 16:47:11 on branch trunk — [build][misc][fr] antipatterns for token rules, +syntax for SublimeText, +ajustements (user: olr, size: 5112) [annotate] [blame] [check-ins using]
To Artifact [c2b8da5acd]:
- File misc/grammalecte.sublime-syntax — part of check-in [ee9fbe69c3] at 2019-08-06 19:06:24 on branch trunk — [build][core][fr] DARG builder: simple search in morphologies, update graph parser, update French rules (user: olr, size: 5240) [annotate] [blame] [check-ins using] [more...]
︙ | |||
155 156 157 158 159 160 161 162 163 164 165 166 167 168 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | + + + + + + | scope: string.regex captures: 1: entity.valid - match: '(@)([^@\s¬]*)' scope: string.morph captures: 1: entity.valid 2: string.morph.regex - match: '(\$)([^@\s¬]*)' scope: string.morph captures: 1: entity.valid 2: string.morph.regex - match: '(/)[\w-]+' scope: string.tag captures: 1: entity.valid |
︙ |