Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An Emacs tree-sitter mode for the Noir Language.

License

NotificationsYou must be signed in to change notification settings

hhamud/noir-ts-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MELPAMELPA Stable

An Emacs tree-sitter mode for the Noir Language.

Installation

  1. Make sure you have Emacs version 29.x and above.

  2. Add the grammar to your settings as so:

(add-to-list'treesit-language-source-alist '(noir"https://github.com/hhamud/tree-sitter-noir.git"))
  1. Install the grammar
M-x treesit-install-language-grammar
  1. Check if it has installed successfully
(treesit-language-available-p'noir)
  1. Downloadnoir-ts-mode.el from theGitHub repository.

  2. Movenoir-mode.el to a directory in your Emacs load path.

  3. Add the following code to your Emacs configuration file:

(require noir-ts-mode)

Usage

Once noir-ts-mode.el is installed, it will automatically be enabled when you open a .nr file. The major mode will provide syntax highlighting for editing Noir code.

Contributing

Contributions to noir-ts-mode are welcome. If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request on theGitHub repository.


[8]ページ先頭

©2009-2025 Movatter.jp