octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.07k stars 150 forks source link

"floatfield" missing in syntax highlighting #41

Closed ksteffen4 closed 7 years ago

ksteffen4 commented 7 years ago

Extremely minor issue.

In after/syntax/cpp.vim, the following line should be inserted around line 558

syntax keyword cppSTLios floatfield

octol commented 7 years ago

Fixed, thanks!