Skip to content

nakamuray/syngrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

syngrep - syntax aware grep

usage:syngrep [-s syntax_pattern] /pattern/ file [file...]

example:

$ syngrep -s function /Grep/ syngrep.vim
syngrep.vim:8:vimFunction:function SyntaxGrep(args, ...)
$ syngrep -s function /Grep/ '**/*.vim'
syngrep.vim:8:vimFunction:function SyntaxGrep(args, ...)

About

syntax aware grep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published