Specify the word EndChars followed a single space and then the new ending characters. Por exemplo:
#Hotstring EndChars -()[]{}':;"/\,.?!`n `t
Since the new ending characters are in effect globally for the entire script -- regardless of where the EndChars directive appears -- there is no need to specify EndChars more than once.
The maximum number of ending characters is 100. Characters beyond this length are ignored.
To make tab an ending character, include `t in the list. To make space an ending character, include it between two other characters in the list (or at the beginning if the list contains only one other character, or no other characters).