Some keywords (type, CONSTANT) are not properly coloured in editor #380
Labels
criticality: medium
Of moderate impact
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
The IDE uses a standard C++ syntax highlighting system. The result is that some keywords/types/CONSTANTS that are specific to the Arduino programming language do not get syntax highlighting in the Arduino IDE editor.
Examples include:
byte
OUTPUT
INPUT
INPUT_PULLUP
LOW
HIGH
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Syntax highlighting is provided for all keywords of the Arduino programming language.
Arduino IDE version
2.0.0-beta.7
Operating system
All
Additional context
Note that highlighting for many of the Arduino language keywords are already provided by the C++ highlighter. No special treatment for those keywords is necessary.
Also reported at:
Issue checklist
The text was updated successfully, but these errors were encountered: