rosshadden / sublime-xpath

Sublime Text plugin for easier cursor navigation of XML and HTML files using XPath 1.0.
45 stars 9 forks source link

html support added #4

Closed keith-hall closed 9 years ago

keith-hall commented 9 years ago

Hi,

I have added support for HTML and made a case insensitive option. I have also stopped the context menu item from being shown on non-XML files, which I think keeps things tidier. Lastly, I've added a few docstrings, to make the code easier to follow and understand for us devs ;)

I hope the friend that you originally wrote this plugin for will like my changes :)

rosshadden commented 9 years ago

I remember wanting to make this work for HTML at one point; thanks for making it happen! Also the case-insensitivity option is a good idea.