Closed zm-cttae closed 1 year ago
From GitLab on Feb 25, 2023, 19:33
test
npm test
Related to #15.
Introducing support for tokenizing and fetching dumped documents.
Add package-specific textmate-languageservice-contributes property for wiring a language and its grammar.
textmate-languageservice-contributes
Seems like we can switch global object to TextmateLanguageService without much fuss.
TextmateLanguageService
mentioned in commit b6fd1491db2369d8df80fda23eaabe2386ae4009
🏗️ Pull Request
test
folder).npm test
.👷🏾♀️ Fixes
Related to #15.
Description
Introducing support for tokenizing and fetching dumped documents.
What changes have you made?
Add package-specific
textmate-languageservice-contributes
property for wiring a language and its grammar.What tests have you completed?
Anything else worth mentioning?
Seems like we can switch global object to
TextmateLanguageService
without much fuss.