doomemacs/modules/lang/json
Henrik Lissner a70e634ebd
refactor(:lang): move tree-sitter init
Moved add-hook calls (for tree-sitter initialization) into their
respective modes' config blocks, or nearby, to be consistent with how
other, similar tools (like lsp!) are initialized, and does so at
runtime, rather than at expansion/compile time, which eval-when! caused.
2022-07-25 17:34:44 +02:00
..
config.el refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
doctor.el docs(tree-sitter): add doctor checks for flag 2022-05-22 21:26:00 +01:00
packages.el bump: :lang 2022-03-31 21:09:38 +02:00
README.org s/prereqisites/prerequisites 2021-03-06 12:05:55 -05:00

lang/json

Description

This module provides JSON support.

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enable integration with LSP servers, if one is available. Requires the :tools lsp module to be enabled.

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting