Add entry to adding_a_parser.md about sliders

pull/305/head
Benjamin Manns 2022-07-01 12:13:21 +07:00
parent d131ae1d35
commit 99813e7ff0
1 changed files with 4 additions and 0 deletions

@ -87,6 +87,10 @@ You can use `difft --dump-ts foo.json` to see the results of the
tree-sitter parser, and `difft --dump-syntax foo.json` to confirm that
you've set atoms and delimiters correctly.
## Configure sliders
Add an entry to `sliders.rs` for your language.
## Configure language detection
Update `from_extension` in `guess_language.rs` to detect your new