You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unfortunately don't have a direct reproduction involving actual code so I've omitted the issue template, this was noticed while auditing the source of the textmate grammars
I believe these should be .tsx for the "TypeScriptReact" -- a fix to that will also fix the js / jsx grammars in vs code which do a replace on /\.tsx/ to the destination scope
The text was updated successfully, but these errors were encountered:
I unfortunately don't have a direct reproduction involving actual code so I've omitted the issue template, this was noticed while auditing the source of the textmate grammars
TypeScript-TmLanguage/TypeScriptReact.tmLanguage
Lines 25 to 38 in 863fe48
I believe these should be
.tsx
for the "TypeScriptReact" -- a fix to that will also fix the js / jsx grammars in vs code which do a replace on/\.tsx/
to the destination scopeThe text was updated successfully, but these errors were encountered: