|
Lines 1586-1592
Link Here
|
| 1586 |
"\\[\\[(.*?)\\]\\]":"style1", |
1586 |
"\\[\\[(.*?)\\]\\]":"style1", |
| 1587 |
"<<(.*?)>>":"style1" |
1587 |
"<<(.*?)>>":"style1" |
| 1588 |
}, |
1588 |
}, |
| 1589 |
extraKeys: {"Tab": "autocomplete"}, //enable tab to accept auto-complete |
|
|
| 1590 |
hint: CodeMirror.hint.sql, |
1589 |
hint: CodeMirror.hint.sql, |
| 1591 |
hintOptions: { |
1590 |
hintOptions: { |
| 1592 |
tables: [% To.json(tables) | $raw %] |
1591 |
tables: [% To.json(tables) | $raw %] |
| 1593 |
- |
|
|