Skip to content

seokbeomKim/bitbake-ts-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

bitbake-ts-mode

A major mode for BitBake Tree-sitter integration.

Installation

  1. Add the Tree-sitter language source repository for BitBake.
(add-to-list
 'treesit-language-source-alist
 '(bitbake "https://github.com/tree-sitter-grammars/tree-sitter-bitbake"))
  1. Install the Tree-sitter for BitBake via M-x treesit-install-language-grammar.
  2. Load bitbake-ts-mode major mode.
(require 'bitbake-ts-mode)

Change-Log

0.0.1

  • Initial version

Limitations & Feedback

Currently, the package only supports syntax highlighting and navigation features. If you have ideas for improving the package, such as adding indentation rules, please feel free to share your suggestions.

About

A Emacs major mode to use bitbake tree-sitter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published