vsce-toolroom / vscode-textmate-languageservice

Language APIs and support features from Textmate tokenization in Visual Studio Code.
Other
13 stars 0 forks source link

Add full type support to Textmate scope selector parser in `script/pegjs.js` #37

Closed zm-cttae closed 1 year ago

zm-cttae commented 1 year ago

⚡️️ Feature Request

Is your feature request related to a problem?

Describe the solution you'd like

Use regular expressions and the new ts-morph type autogeneration from metadevpro/ts-pegjs#92.

Describe alternatives you've considered

Fix the type wiring in the pegconfig.json and use regexps to process the typed results.

/label ~feature-request