How to use --grammar
and use-grammars
#1817
-
So I tried using the new use-grammars = { only = [ "rust", "markdown" ] } I tried doing that but it doesn't seem to work. I'm getting this error when calling
If I change it to this, the build and fetch commands seem to work: use-grammars = [ "rust", "markdown" ] So.. how do you actually use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like there was a bug was preventing the As for docs, the doc publishing setup was recently changed to show the latest release docs and master docs separately (see #1783), so the new documentation for this lives here. |
Beta Was this translation helpful? Give feedback.
It looks like there was a bug was preventing the
use-grammars
value from being deserialized as expected (see #1818).As for docs, the doc publishing setup was recently changed to show the latest release docs and master docs separately (see #1783), so the new documentation for this lives here.