atom / language-c

C support in Atom
Other
117 stars 153 forks source link

Tokenize vector #230

Open aeschli opened 7 years ago

aeschli commented 7 years ago

From @MohammedSabbah on April 16, 2017 5:0

Hi, recently I started to work on c++ project using vscode. My problem is that when I type some major words (for example vector'<'string'>', neither vector nor string are colored ), the editor does not color it. Could you please add a method to color some selected words and specify the color?

Copied from original issue: Microsoft/vscode#24847

aeschli commented 7 years ago

Can you attach a code example? Also make sure that the editor is in C++ mode.

aeschli commented 7 years ago

From @MohammedSabbah on April 18, 2017 8:42

@aeschli screenshot from 2017-04-14 10-08-25

aeschli commented 7 years ago

I seems that the C++ grammar doesn't create separate tokens for 'vector'.