]> git.eshelyaron.com Git - emacs.git/commit
Add missing indent rules in c-ts-mode (bug#66152)
authorAugustin Chéneau <btuin@mailo.com>
Wed, 20 Sep 2023 10:23:06 +0000 (12:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:51:25 +0000 (21:51 +0100)
commit1caa174ee6491b6c14f8f94eeaa55eb0ede8f9c7
treec2ec835b57f4637f6217dcfe763298dddd119ff8
parent68c40d5b661b44112663b883d4f48abb446370f9
Add missing indent rules in c-ts-mode (bug#66152)

Example:

    static myttype *
    variable_name;

* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Add rules.

(cherry picked from commit e23068cb9a1692fc3c50b0b386237a56cae201f4)
lisp/progmodes/c-ts-mode.el