microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
397 stars 125 forks source link

Support `const` modifiers on type parameters #954

Closed DanielRosenwasser closed 1 year ago

DanielRosenwasser commented 1 year ago
function f<const T>(x: T) {
           ^^^^^
}

textmate scopes:

image