Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 677 Bytes

Yarn.lock Syntax Highlighting

Syntax highlighting for yarn.lock and bun.lockb files

Sublime Text screenshot

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-yarn-lock there;
  • find and select sublime-yarn-lock package in Install Package menu.

Settings

  • bun_path - path to Bun executable (required for bun.lockb files processing), ~/.bun/bin by default.