jeff-hykin / better-cpp-syntax

💾 The source of VS Code's C++ syntax highlighting
GNU General Public License v3.0
154 stars 29 forks source link

Make thread_local a storage specifier #563

Closed ArktisDev closed 3 years ago

ArktisDev commented 3 years ago

In tokens.rb, add isSpecifier: true, isStorageSpecifier: true to thread_local. Move it to be with the other storage specifiers.

This fixes https://github.com/jeff-hykin/cpp-textmate-grammar/issues/561