chore: Place emacs dependency to the front (#285)
* chore: Place emacs dependency infront * Update copyright year
Drop Emacs 24.x and 25.x (#286)
* Drop Emacs 24.x and 25.x * test(build.yaml): Make fail-fast to false * Update CI test * docs: Update changelog * Revert author information
Add support for some treesit modes (#287)
Includes: c, c++, cmake, csharp, css, java, Python, ruby, rust, yaml
Add indent variable associations for numerous tree-sitter modes (#290)
* Add indent variable associations for numerous tree-sitter modes * build: Correct csharp-ts-mode variable reference
Fix compilation warnings in Emacs 29 (#292)
Fix a bunch of compilation warnings in Emacs 29 about wrong usage of unescaped single quotes in docstrings.
Add bash-ts-mode to editorconfig-indentation-alist (#296)
Co-authored-by: Hong Xu <hong@topbug.net>
Check mode-class property for special modes (#301)
In addition to checking parent mode
* Update CHANGELOG * Update CHANGELOG * Update version string
* Fix compile of editorconfig-core * Use when-let* instead of when-let
Introduced in `emacs` in `b6659e98a4fcaa44477b64d7782243feca020418`.