Open
Description
Description of the bug
Sublime in the latest version now highlights the closing square bracket of any quoted names in red to mark them as invalid. This previously didn't happen in older versions.
Steps to reproduce
- Start ST in safe mode
- Open a new tab/file
- Set the syntax mode to SQL
- Paste in the following content
CREATE TABLE [Sales].[DailyMovement]
(
[StoreNumber] [smallint] NOT NULL,
[SaleDate] [datetime] NOT NULL
)
Expected behavior
The right square bracket shouldn't be highlighted in red
Actual behavior
The right square bracket is highlighted in red
Sublime Text build number
4200
Operating system & version
Windows 10
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information