codemirror / google-modes

A consistent set of modes for C, C++, Java, Go, JavaScript, TypeScript, Python, HTML, and Angular Templates
MIT License
33 stars 28 forks source link

[cc] const auto* const not highlighting well #334

Closed mtaran-google closed 3 years ago

mtaran-google commented 3 years ago
const auto* const foo = GetFoo();

should highlight the consts as keywords but only the first one gets correctly highlighted

mtaran-google commented 3 years ago

friendly ping? :)

marijnh commented 3 years ago

Ah, sorry, lost track of this one. Attached patch should address it.

mtaran-google commented 3 years ago

Thanks! :)