big-moving.ru/api/soft/Ace/lib/ace/mode/_test/Readme.md

10 lines
258 B
Markdown
Raw Normal View History

2022-06-24 15:29:23 +05:00
`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.