Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Nov 23, 2016
1 parent 54ab756 commit b839b42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions completion/skin_rainmeter_section.py
Expand Up @@ -77,16 +77,10 @@ def get_compiled_value_completions(key, options):

# only show our completion list because nothing else makes sense in this context
flags = sublime.INHIBIT_EXPLICIT_COMPLETIONS | sublime.INHIBIT_WORD_COMPLETIONS
scope = "source.rainmeter"

all_completions = get_completions.__func__()
all_key_completions = get_compiled_key_completions.__func__(all_completions)

comment_exp = re.compile(r'^\s*;.*')
rm_exp = re.compile(r'^\s*\[Rainmeter\]\s*$', re.I)

before_equal_exp = re.compile(r'^\s*(.*)\s*=\s*')

def __init__(self):
logger.info(__file__, "__init__()", "SkinRainmeterSectionKeyAutoComplete initialized.")

Expand Down

0 comments on commit b839b42

Please sign in to comment.