Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkuz/sublime-bun
Bun binary files viewer and other Bun-related stuff
https://github.com/alexkuz/sublime-bun
Last synced: about 1 month ago
JSON representation
Bun binary files viewer and other Bun-related stuff
- Host: GitHub
- URL: https://github.com/alexkuz/sublime-bun
- Owner: alexkuz
- License: mit
- Created: 2021-12-27T14:04:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T13:03:55.000Z (over 1 year ago)
- Last Synced: 2024-11-11T12:42:16.501Z (about 2 months ago)
- Language: Python
- Size: 2.82 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bun - Sublime Bun - Bun binary files viewer and other Bun-related stuff (Tooling)
- awesome-bun - sublime-bun - Bun binary files viewer and other Bun-related stuff for Sublime Text editor. (Tools / Adapters)
README
# sublime-bun
Bun binary files viewer and other Bun-related stuff## Installation
Plugin is not publushed yet on [Package Control](https://packagecontrol.io/), 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](https://github.com/dprint/dprint-plugin-typescript/blob/64064984dc24339249c6425a1401f93d94887967/src/configuration/types.rs#L258) for full list)~## Syntax Highlighting
For `bun.lockb` syntax highlighting use [Yarn.Lock Syntax Highlighting](https://github.com/alexkuz/sublime-yarn-lock) package.