Skip to content

Commit

Permalink
improve regex
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 12, 2016
1 parent 00be204 commit c24470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppleScript (Binary).py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# GLOBAL STUFF
SYNTAX_FILE = 'Packages/AppleScript Extensions/AppleScript (Binary).sublime-syntax'
END_REGEX = r'f\s?a\s?d\s?e\s?d\s?e\s?a\s?d\s?'
END_REGEX = r'f\s?a\s?d\s?e\s?d\s?e\s?a\s?d\s?\Z'

def is_syntax_set(view=None):
if view is None:
Expand Down

0 comments on commit c24470a

Please sign in to comment.