Closed jparise closed 3 years ago
I tested the commit but it didn't solve the problem. I looked at other syntax plugins and it seems usual to set syn sync
in the syntax script, so I made another PR which skips this part if the syntax is included as a nested syntax: https://github.com/jparise/vim-graphql/pull/73
Closing in favor of #73
This should avoid problems when the GraphQL syntax is embedded within an outer syntax. In those cases, we don't want to change the syntax sync setting.