Aspect |
Colour |
Bold |
Italic |
Case Sensitive |
Default Colour All the text not to be highlighted |
|
|
|
|
Keywords if, while, do etc |
|
|
|
|
Keywords II null, void, true, false etc |
|
|
|
|
Inbuilt Functions/Classes Functions/classes predefined by your language: System, rand() etc |
|
|
|
|
Data Types Keywords that signal a data type: int, double, boolean etc |
|
|
|
|
Comments Comments in your language |
|
|
|
4 |
Escaped Characters Escaped characters in your language: \n, \t, \\ etc |
|
|
|
|
Brackets Brackets: (, ), [, ], {, } |
|
|
|
|
Strings Strings: "hello!", 'hello, world!' |
|
|
|
|
Numbers Literal numbers, including decimal numbers and powers (1, -1.2e6) |
|
|
|
|
Methods and Data Fields Methods and data fields for class languages |
|
|
|
|