alexkuz / sublime-bun

Bun binary files viewer and other Bun-related stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bun binary files viewer and other Bun-related stuff

License:MIT License


Languages

Language:Python 100.0%