MatchTagAlways
MatchTagAlways copied to clipboard
A Vim plugin that always highlights the enclosing html/xml tags
I'm using Neovim v0.7.0 on Ubuntu. I've started experiencing this error when I open .html files: ``` Error detected while processing function 137_HighlightEnclosingTagsIfPossible[12]..137_HighlightEnclosingTags: line 1: E714: List required Press ENTER...
Hi, I know that the plugging doesn't highlight if the second tag is out the screen for performance reasons which I find good. But if I want to do that...
 Is it possible to prevent php tags from breaking the highlighting (html inside php files)? You will have to strip `` closing tag. Read: https://www.php.net/manual/en/language.basic-syntax.phptags.php
Highlight working:  Highlight not working:  I have "set encoding=utf-8" if it is of importance. I am only interested in Japanese but I also tested it with Chinese (传)...
does not work in .blade.php files with "jwalton512/vim-blade" plugin
I'm using the latest version of the plug-in with Vim 8.1.648 and I get this error whenever I move the cursor to a quotation mark in the file: ``` Error...
``` "lib/object_generators/object_generators.rb" 1L, 1C Error detected while processing /root/.vim/bundle/MatchTagAlways/autoload/MatchTagAlways.vim: line 28: /must>not&exist/foo:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses ```...
installing https://github.com/neovim/python-client seems to fix this, but might be worth updating the readme. I can submit a pull request but it's basically ** NeoVim Installing https://github.com/neovim/python-client using pip has been...
This gives much better performance on scrolling
For performance improvements. Calculate and highlight matching after few milliseconds when cursor is stopped.