lezer-parser / javascript

A JavaScript lezer grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for TypeScript decorators

bmeurer opened this issue · comments

TypeScript decorators are in heavy use in certain parts of the JavaScript community (for example Angular). It'd be great to have them supported in CodeMirror as well.

Downstream issue: https://crbug.com/1385293

Implemented in 6a410f3