puranjayjain / language-liquid

Liquid language support for Atom.
MIT License
28 stars 23 forks source link

language liquid does not render liquid correctly #41

Open julien-mamalian opened 5 years ago

julien-mamalian commented 5 years ago

Hello, I'm trying to highlight liquid code. I have installed the language-liquid package but the highlight is strange and the package seems to not work, all tags remains white (even when I change style syntax)... Only the content inside {{ }} is highlighted

capture d ecran 2019-01-27 a 00 08 22

I'm new to Atom, I have tried to install language-gfm2 and I have added the code provided here https://patch-diff.githubusercontent.com/raw/atom/language-gfm/pull/154.patch at the end of language-gfm grammars but it does not change anything

Someone has a solution ? Thank you for your help, last chance to Atom before going back to Sublime Text :'(

puranjayjain commented 5 years ago

This package would most likely require a complete rewrite as the last version and new atom version has a lot of changes in terms of the underlying api.