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
The current typescript grammar is missing some fixes that are available on the latest grammar. Specifically template literal types had some issues being parsed that messed with highlighting that was fixed in: tree-sitter/tree-sitter-typescript#188.
I will create a pr for this (already have it fixed in a local branch) but I was wondering what are the guidelines for upgrading grammar? Should I update to the latest master or only to the commit that fixes the template literal type highlighting problem I had?
The text was updated successfully, but these errors were encountered:
The current typescript grammar is missing some fixes that are available on the latest grammar. Specifically template literal types had some issues being parsed that messed with highlighting that was fixed in: tree-sitter/tree-sitter-typescript#188.
I will create a pr for this (already have it fixed in a local branch) but I was wondering what are the guidelines for upgrading grammar? Should I update to the latest master or only to the commit that fixes the template literal type highlighting problem I had?
The text was updated successfully, but these errors were encountered: