Closed ArktisDev closed 3 years ago
In tokens.rb, add isSpecifier: true, isStorageSpecifier: true to thread_local. Move it to be with the other storage specifiers.
tokens.rb
isSpecifier: true, isStorageSpecifier: true
thread_local
This fixes https://github.com/jeff-hykin/cpp-textmate-grammar/issues/561
In
tokens.rb
, addisSpecifier: true, isStorageSpecifier: true
tothread_local
. Move it to be with the other storage specifiers.This fixes https://github.com/jeff-hykin/cpp-textmate-grammar/issues/561