Static syntect::parsing::SCOPE_REPO
source · pub static SCOPE_REPO: Lazy<Mutex<ScopeRepository>>
Expand description
The global scope repo, exposed in case you want to minimize locking and unlocking.
Ths shouldn’t be necessary for you to use. See the ScopeRepository
docs.