|
|
|
|
|
by satysin
3651 days ago
|
|
Well MSVC only just supports C99 so asking for C11 keywords is unlikely to happen. I had a quick look at their C++ word list [0] and it looks like _Imaginary and _Complex and _Bool are the only missing C99 keywords. Feel free to make a PR if you want them added :) [0] https://github.com/Microsoft/monaco-languages/blob/master/sr... |
|