mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
10 lines
258 B
Markdown
10 lines
258 B
Markdown
|
`tokens_<modeName>.json` files keep information about correct tokens and tokenizer states for all modes supported by ace.
|
||
|
They are generated from `text_<modeName>.txt` or `demo/kitchen-sink/doc/*` with
|
||
|
|
||
|
```sh
|
||
|
node highlight_rules_test.js -gen
|
||
|
```
|
||
|
|
||
|
command.
|
||
|
|