I’m messing around making a .sublime-syntax for SmileBASIC, a BASIC variant for Nintendo 3DS. In this language, the single quote character (’) is used to start a comment - like // in C - and so I want to disable auto-pairing for this characters as part of the syntax definition. However, ideally I want parentheses and double quotes to continue to auto-pair, if the user has not disabled this feature.
How can I achieve this? My searched have found nothing.