Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.2 KB

sublime-bun

Bun binary files viewer and other Bun-related stuff

Installation

Plugin is not publushed yet on Package Control, to install it follow these steps:

  • run Package Control: Add Repository command, add https://github.com/alexkuz/sublime-bun or https://raw.githubusercontent.com/alexkuz/sublime-text-repository/main/repository.json there;
  • find and select sublime-bun package in Install Package menu.

Settings

  • bun_path - path to Bun executable (required for bun.lockb files processing), ~/.bun/bin by default;
  • bun_binary_files - a list of syntax definitions for binary files output;
    • pattern - pattern to match file name;
    • syntax - ST syntax definition that should be applied for that file;
    • pretty - indicates if prettifier should be applied (works for JS/TS files);
  • prettify_options - pretifier options (see Configuration struct for full list)

Syntax Highlighting

For bun.lockb syntax highlighting use Yarn.Lock Syntax Highlighting package.