GNOME Bugzilla – Bug 759277
Incorrectly matches brackets inside strings in JSON files
Last modified: 2015-12-10 11:26:46 UTC
Consider the following text: [ "foo", "bar]" ] If you syntax highlight it as Python, it correctly matches the brackets (the ] inside one of the strings is ignored for matching purposes). If you syntax highlight it as JSON, the ] inside the second string is considered to close the opening bracket, and the final bracket has no match. This is incorrect. gtksourceview3-3.19.2-1.1.fc24.x86_64
Thanks for the bug report. It's fixed on master and gnome-3-18.