Adriaan

Results 64 comments of Adriaan

I'm not sure about any side effects, but removing `@htmlTop` from the `bladeExempt` cluster should make it work.

The `@auth` directive only got added to the indent file. Some time ago I [started working on](https://github.com/jwalton512/vim-blade/issues/57#issuecomment-294982219) an autoload file for specifying all directives in one place, to make it...

The `sh` syntax file shipped with Vim also introduced this problem at some point, and they fixed it like this: ```vim syn match shTodo contained "\" ```

First of all, I would avoid the multiple filetypes (php.html.blade). We tried it over at [vim-vue](https://github.com/posva/vim-vue), but it broke things like `FileType vue` autocommands, and a lot of little things...

OK, I can work on implementing the variables in autoload directory, to use them in ftplugin/syntax/indent, and write vader tests in the process. I also updated the gist so it's...

I quickly wrote an implementation here: https://github.com/adriaanzon/vim-blade/commit/5d84a80b3a0b5a24a72d847716baae84f6a839fd. Feel free to use it (or parts of it) in the rewrite branch.

I just found this issue. I experimented with this a while ago: https://github.com/noahfrederick/vim-composer/compare/master...adriaanzon:use-via-composer-classmap. It uses PHP to filter through the values of `(require('vendor/autoload.php'))->getClassMap()`.

Same with Chrome. `isSafari()` returns true with this user agent: ``` Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 ```

Remove the `` part. This is only for when you put it in ftplugins/php.vim. It should probably need a change in the readme.

I'm using 3.22.2 with this patch without problems on Arch Linux. But indeed, it's fair enough not to update the package since GNOME 3.24 has it built in.