ColinRyan / SnippetX

A Sublime Text 3 plugin for combining tabular data with snippets
MIT License
6 stars 3 forks source link

Code refactoring #1

Closed icycandle closed 8 years ago

icycandle commented 8 years ago
  1. Use xml.etree as ".sublime-snippet" parser
  2. add "escape comma" feature
  3. when find files, skip some "hidden" directories like .git, .svn, and node_modules.
  4. code refactoring for more pythonic taste (feel sorry for this, origin coding style just work too.)
ColinRyan commented 8 years ago

Anything that adds pythonic taste to the style is fine by me :)

ColinRyan commented 8 years ago

Thanks for the commit!