brokenpoems

Results 3 comments of brokenpoems

add: if put the '{' after structname and *Space*,the ';' is completed like this: ``` struct foo { }; ```

New:Json的格式化有Bug,将'JSON':SYN_JSON‘->'JSON':SYN_JAVASCRIPT,就可以了

``` import sublime, sublime_plugin from ctypes import * import os __file__ = os.path.normpath(os.path.abspath(__file__)) __path__ = os.path.dirname(__file__) class CoolformatCommand(sublime_plugin.TextCommand): def run(self, edit, action = 'quickFormat'): if action == 'quickFormat': self.doFormatSafe(edit, False)...