aboutsummaryrefslogtreecommitdiff
path: root/book/src/SUMMARY.md
diff options
context:
space:
mode:
authorammkrn2021-11-07 01:31:12 +0000
committerGitHub2021-11-07 01:31:12 +0000
commitacced82be66c9a3920b8147bdd8fa6785388e8c8 (patch)
tree4b8147e654579ce07970cc6c507132020d09ac47 /book/src/SUMMARY.md
parented23057ff8e01404ab608682445b4f293b6142ed (diff)
feat(book/src/languages.md) (#979)
* feat(book/src/languages.md) Add a section in the book about language-specific settings and the languages.toml file. * Update book/src/languages.md Co-authored-by: Gokul Soumya <gokulps15@gmail.com> * feat(book/src/guides/adding_languages.md) Add book section on adding a new language to the compile-time/root languages.toml file. * Update book/src/guides/adding_languages.md Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Update book/src/guides/adding_languages.md Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * refactor(revise book/src/languages.md) Change the book page on language settings to match suggestions by archseer and mention both toml files. Co-authored-by: Gokul Soumya <gokulps15@gmail.com> Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to 'book/src/SUMMARY.md')
-rw-r--r--book/src/SUMMARY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md
index 56f50e21..8cadb663 100644
--- a/book/src/SUMMARY.md
+++ b/book/src/SUMMARY.md
@@ -8,5 +8,7 @@
- [Keymap](./keymap.md)
- [Key Remapping](./remapping.md)
- [Hooks](./hooks.md)
+ - [Languages](./languages.md)
- [Guides](./guides/README.md)
+ - [Adding Languages](./guides/adding_languages.md)
- [Adding Textobject Queries](./guides/textobject.md)