Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tailwind_autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ def on_query_completions(self, view, prefix, locations):
return self.class_completions
else:
return []
elif view.match_selector(locations[0], "text.html meta.tag - text.html punctuation.definition.tag.begin"):

# Cursor is in a tag, but not inside an attribute, i.e. <div {here}>
return self.data_completions

else:

return []