{ decreaseIndentPattern = '^[^;]*\]([^;]*;.*|[^[]*)$'; highlightPairs = ( ( '(', ')' ), ( '[', ']' ), ( '{', '}' ), ( '<', '>' ), ); increaseIndentPattern = '^[^;]*\[([^;]*;.*|[^\]"]*)$'; shellVariables = ( { name = 'TM_COMMENT_START'; value = '; '; } ); smartTypingPairs = ( ( '(', ')' ), ( '[', ']' ), ( '{', '}' ), ( '"', '"' ), ); }