Open
Description
Type: LanguageService
Right now the intellisence fails at highliting of a custom compiler keywords, like __data
, data
, __xdata
and so forth,
which are used, e.g. for 8051 (aka MCS51) architecture:
and so forth.
BTW, similar keywords also are exists and in many other compilers with different MCU architectures.
So, it would be good to allow to define the custom keywords in some VSCode API.