DEV Community

Cover image for SISR: Vim-plugin for searching in syntax regions
Axel Dahlberg
Axel Dahlberg

Posted on

SISR: Vim-plugin for searching in syntax regions

SISR (https://github.com/AckslD/vim-sisr) is my first public vim plugin.

The idea for this plugin started when I wanted to search for a pattern but only inside equation-regions in a tex-document. I found an answer by jjaderberg on StackExchange and thought I would turn this into a plugin with some extended functionality.

SISR provides commands to search within specified syntax regions. One specifies these regions by the name of the syntax item. The matches of the search are populated in the location list which can be
traversed using lnext and lprevious.

Hope you enjoy it and looking forward to contributions or feedback.

Top comments (0)