borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

Support TypeScript #250

Closed tsujp closed 4 years ago

tsujp commented 4 years ago

Is there any word on TypeScript support for Naomi?

StreetStrider commented 4 years ago

@tsujp I'm using JavaScript (Naomi) on TypeScript and Flow code and it looks acceptable to me. I think Naomi just supports ES extended sytaxes in general, including type annotations as well as type/interface keyword. Even generics looks well.

tsujp commented 4 years ago

I am unsure why this never appeared to work before, I assume I had a rogue setting somewhere. This appears to be working flawlessly now. Yay!