Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 491 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 491 Bytes

Sublime Text Nushell Package

Nushell plugin for Sublime Text.

Install

$ cd ~/.config/sublime-text/Packages/
$ git clone https://github.com/stevenxxiu/sublime_text_nushell Nushell

Development Setup

To setup the project for development, run:

$ cd Nushell/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg
$ pre-commit run --all-files

To run tests in syntax_test_nushell.nu, open nushell.sublime-syntax and run Ctrl + B for Build.