@bablr/cli 0.11.1 → 0.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/syntax.js +4 -1
  2. package/package.json +1 -1
package/lib/syntax.js CHANGED
@@ -90,7 +90,10 @@ function* __higlightStrategy(tags) {
90
90
  ) {
91
91
  yield buildAnsiPushEffect('magenta bold');
92
92
  } else if (tagName === null && tag.value.flags.token) {
93
- if (currentName === Symbol.for('ReferenceTag')) {
93
+ if (
94
+ currentName === Symbol.for('ReferenceTag') ||
95
+ currentName === Symbol.for('ReferenceFlags')
96
+ ) {
94
97
  yield buildAnsiPushEffect('bold gray');
95
98
  } else {
96
99
  yield buildAnsiPushEffect();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bablr/cli",
3
3
  "description": "CLI for running BABLR parsers",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "author": "Conrad Buck<conartist6@gmail.com>",
6
6
  "type": "module",
7
7
  "files": [