|
Last change
on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
241 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | module.exports = {
|
|---|
| 2 | identifier: "[a-zA-Z_]+[a-zA-Z0-9_]*",
|
|---|
| 3 | integer: "-?(?:0|[1-9][0-9]*)",
|
|---|
| 4 | qq_string: "\"(?:\\\\[\"bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\"\\\\])*\"",
|
|---|
| 5 | q_string: "'(?:\\\\[\'bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\'\\\\])*'"
|
|---|
| 6 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.