Differences From Artifact [7e4293e557]:
- File misc/grammalecte.sublime-syntax — part of check-in [06e51c6eba] at 2018-06-12 09:08:52 on branch rg — [misc] SublimeText syntax rules update (user: olr, size: 4534) [annotate] [blame] [check-ins using]
To Artifact [d9f6420285]:
- File misc/grammalecte.sublime-syntax — part of check-in [eb14e38462] at 2018-06-12 10:46:23 on branch rg — [misc] SublimeText syntax rules update (user: olr, size: 4626) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 78 79 80 81 82 83 84 | 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 |
︙ |