mgaitan / sublime-rst-completion

Restructured Text snippets and code completion hotkeys for Sublime Text 2 and 3
BSD 3-Clause "New" or "Revised" License
250 stars 54 forks source link

Indented titles #66

Closed Kronuz closed 10 years ago

Kronuz commented 10 years ago

This adds support for indented headers:

**
  Hello
***<TAB>

produces:

*********
  Hello
*********

(Also removes encoding(), taken from #53, which should be the proper way of getting the length of the title)