Skip to content

Commit b984dbc

Browse files
committed
Allow completions inside strings
Issue #168
1 parent 2e5fd68 commit b984dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tern.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def on_selection_modified_async(self, view):
5555

5656
def on_query_completions(self, view, prefix, _locations):
5757
sel = sel_start(view.sel()[0])
58-
if view.score_selector(sel, 'string.quoted') > 0: return None
5958
if view.score_selector(sel, 'comment') > 0: return None
6059

6160
pfile = get_pfile(view)

0 commit comments

Comments
 (0)