Awesome
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, addhttps://github.com/alexkuz/sublime-bun
orhttps://raw.githubusercontent.com/alexkuz/sublime-text-repository/main/repository.json
there; - find and select
sublime-bun
package inInstall Package
menu.
Settings
bun_path
- path to Bun executable (required forbun.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.