You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One may enable the shared cache by setting the following prior to
loading the fast-synthax-highlighting module
```sh
typeset -gA FAST_HIGHLIGHT
FAST_HIGHLIGHT[chroma-make-cache-global]=1
```
Shared cache item is kept for 1hours. Current design expose a "flaw",
where the same cached is used for any other makefile over the next hour.
Still to implement:
- parameterize caching timeout
- introduce 1 cache items per path
0 commit comments