Skip to content

Bun binary files viewer and other Bun-related stuff

License

Notifications You must be signed in to change notification settings

alexkuz/sublime-bun

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages