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
First of all, thank you for the implementation of the extension.
I'm using react-relay, so my graphql requests are mostly defined in the components themselves.
I can't get graphql highlighted properly in .tsx files (as well as in other file types).
.graphql file, highlighted properly:
.tsx file, not highlighted:
Would absolutely love if the extension can work for graphql syntax across different file types.
The text was updated successfully, but these errors were encountered:
Last time I checked, there was a problem with highlighting across different file types. In order to do that you have to modify syntax files of that file type which is not an option for an extension. So we'll have to wait for Zed to support overriding other grammars. (more details, and workaround here).
First of all, thank you for the implementation of the extension.
I'm using react-relay, so my graphql requests are mostly defined in the components themselves.
I can't get graphql highlighted properly in
.tsx
files (as well as in other file types)..graphql
file, highlighted properly:.tsx
file, not highlighted:Would absolutely love if the extension can work for graphql syntax across different file types.
The text was updated successfully, but these errors were encountered: