Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmhedberg/matchit
extended % matching for HTML, LaTeX, and many other languages
https://github.com/tmhedberg/matchit
Last synced: 5 days ago
JSON representation
extended % matching for HTML, LaTeX, and many other languages
- Host: GitHub
- URL: https://github.com/tmhedberg/matchit
- Owner: tmhedberg
- Fork: true (vim-scripts/matchit.zip)
- Created: 2011-09-11T14:58:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-11T15:30:40.000Z (about 13 years ago)
- Last Synced: 2024-08-03T01:39:46.717Z (3 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=39
- Size: 131 KB
- Stars: 107
- Watchers: 10
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a mirror of http://www.vim.org/scripts/script.php?script_id=39
The matchit.vim script allows you to configure % to match more than just
single characters. You can match words and even regular expressions.
Also, matching treats strings and comments (as recognized by the
syntax highlighting mechanism) intelligently.
The default ftplugins include settings for several languages:
Ada, ASP with VBS, Csh, DTD, Essbase, Fortran, HTML, JSP
(same as HTML), LaTeX, Lua, Pascal, SGML, Shell, Tcsh, Vim, XML.
(I no longer keep track, so there may be others.)
The documentation (included in the zip file) explains how to configure
the script for a new language and how to modify the defaults.Since vim 6.0, matchit.vim has been included in the standard vim distribution,
under the macros/ directory; the version here may be more recent.