Reilly Lowery

Results 53 comments of Reilly Lowery

Sorry been incredibly busy, are we talking about formatting just the currently selected / highlighted portion of the file? If this is the case it won't be a problem to...

Got it, good suggestion I'll add it in shouldn't be too bad.

@eduardoarandah I would for sure be interested in exploring it, I'm a big fan of the roots ecosystem as well so it will motivate me to support their theme. If...

We just got pretty lucky, things are looking super promising now. https://gist.github.com/mpryvkin/0c46e2493b450f92492e8e9a46ad5d97#file-beautify-html-js

Are blade files still worth exploring?

So the example you just showed me with the {{ }} that should be pretty simple if it doesn't already work. It's more or less handlebars which is already supported.

Yeah that code formatted fine for me, but let me know, or share some more advanced template examples from WP / ACF / Blocks `"html.format.indentHandlebars": false`

@gustavocastrov is blade a registered language already in VSCode or are you addingin the language with another plugin. Because I can bind to blade as well as PHP and then...

Ok, that helps alot, I can see now they are going onLanguage: blade. So something in there must be registering a new language type. I think for sure initally it...

@gustavocastrov Can you share a few full random files with me. Ones with blade, php and html all mixed in. Like a complex version of your day to day usecase....