Am I missing something or does the new yaml-ts-mode not having any rules for indentation? Seems odd in a language where indentation is semantically relevant.

GNU Emacs 29.1 (build 2, x86_64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-08-03

Treesitter grammar installed and loaded via:

(use-package treesit-auto
  :config
  (add-to-list 'global-treesit-auto-modes '(not org-mode))
  (setq treesit-auto-install t)
  (global-treesit-auto-mode))
  • skyler544OPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I was afraid that this was the case; I’ve been trying to pare down on packages that I only occasionally use to reduce the complexity of my config, but this doesn’t seem like a good thing to compromise on.