diff --git a/messages.json b/messages.json index bba2688..5662472 100644 --- a/messages.json +++ b/messages.json @@ -42,5 +42,6 @@ "0.27.0": "messages/0.27.0.txt", "0.28.0": "messages/0.28.0.txt", "0.29.0": "messages/0.29.0.txt", - "0.30.0": "messages/0.30.0.txt" + "0.30.0": "messages/0.30.0.txt", + "0.31.0": "messages/0.31.0.txt" } diff --git a/messages/0.31.0.txt b/messages/0.31.0.txt new file mode 100644 index 0000000..8dc9a18 --- /dev/null +++ b/messages/0.31.0.txt @@ -0,0 +1,13 @@ +CFML v0.31.0 Changelog: + +- Updated syntax highlighting to work with the updated features in the Sublime + Text 4 syntax highlighting engine, as well as the latest default syntax + highlighting files released in stable build 4186 + + Please note: these changes are significant and thus might introduce syntax + highlighting errors, but the latest JavaScript syntax file bundled with + Sublime Text causes the CFML syntax to break completely, so I decided to + release this now to allow CFML syntax highlighting to continue to + function. + +PLEASE RESTART SUBLIME TEXT TO ENSURE THESE CHANGES ARE LOADED CORRECTLY, THANKS!