Tree-Sitter で始めた Web への簡単な推奨事項
Emacs 29 introduces tree-sitter support, a powerful parsing library that enhances its understanding of source code. With this integration, Emacs gains features like precise syntax highlighting, accurate indentation and easier extensibility. Here’s how you install and configure Emacs with tree-sitter support. Updated for emacs 29 The next version of Emacs is around the corner, so…