Add syntax-subword recipe

syntax-subword makes word operations more fine-grained, by effectively
making all syntax boundaries word boundaries, and also adding
boundaries in CamelCase words.

https://bitbucket.org/jpkotta/syntax-subword
This commit is contained in:
Jonathan Kotta 2014-07-23 11:41:50 -05:00
parent c5a4cc27c6
commit f82af34000

3
recipes/syntax-subword Normal file
View file

@ -0,0 +1,3 @@
(syntax-subword
:fetcher hg
:url "https://bitbucket.org/jpkotta/syntax-subword")