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
Currently, if you try to use the Twig Syntax in .json.twig files it flags it as invalid JSON instead of twig syntax (even though the output does work correctly).
The text was updated successfully, but these errors were encountered:
When testing, i can see that atom-twig as nothing to do with it. In the package, my predecessors extendend the Json syntax, which finds the file incorrect (due to two brackets:/).
I could remove the extension of json but you would loose all syntax coloration :/
I guess i should create a grammar file specifically for json.twig files extending the one of https://github.com/atom/language-json.
I don't have the time at the moment, but if you feel like it you can do it :)
Hello!
Currently, if you try to use the Twig Syntax in .json.twig files it flags it as invalid JSON instead of twig syntax (even though the output does work correctly).
The text was updated successfully, but these errors were encountered: