Skip to content

Commit a35f67a

Browse files
[Remove] Remove the snippet of code added earlier.
1 parent f82c93e commit a35f67a

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

commands_browser.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
import os
2-
import sys
3-
import imp
42
import shutil
53
import sublime
64

7-
8-
def reload(prefix, modules=[""]):
9-
prefix = "CommandsBrowser.%s." % prefix
10-
11-
for module in modules:
12-
module = (prefix + module).rstrip(".")
13-
if module in sys.modules:
14-
imp.reload(sys.modules[module])
15-
16-
reload("src")
17-
18-
195
from .src.settings import load_commands_browser_settings
206
from .src import (
217
CommandsBrowserCoreCommandsCommand,

resources/CommandsBrowser.sublime-syntax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ contexts:
4747
- match: \(
4848
scope: punctuation.section.parens.begin.doc_panel
4949
push: arg_type_brackets_body
50+
- include: arg_options
5051

5152
arg_type_brackets_body:
5253
- meta_scope: meta.parens.doc_panel

0 commit comments

Comments
 (0)