main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | Prism.languages['nand2tetris-hdl'] = {
|
---|
| 2 | 'comment': /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,
|
---|
| 3 | 'keyword': /\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/,
|
---|
| 4 | 'boolean': /\b(?:false|true)\b/,
|
---|
| 5 | 'function': /\b[A-Za-z][A-Za-z0-9]*(?=\()/,
|
---|
| 6 | 'number': /\b\d+\b/,
|
---|
| 7 | 'operator': /=|\.\./,
|
---|
| 8 | 'punctuation': /[{}[\];(),:]/
|
---|
| 9 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.