Skip to content

Commit

Permalink
📝 add README
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Nov 25, 2016
1 parent 1501460 commit 8d47552
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
## vim-textobj-function-syntax - heuristic syntax-based text-object for function

vim-textobj-function-syntax provides heuristic text-objects for function by
using syntax definitions.

This plugin extends
[kana/vim-textobj-function](https://github.com/kana/vim-textobj-function)
plugin and provides syntax-based text-object for function. It doesn't overwide
filetype specific text-object for function, so you can use
vim-textobj-function-syntax as a fallback.

Requirements:
- Vim 8.0 or later
- https://github.com/kana/vim-textobj-function 0.1.0 or later

0 comments on commit 8d47552

Please sign in to comment.