Skip to content

bear-language/bear-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Bear Programming Language

The Official VSCode Extension for Bear

Features

  • Syntax highlighting for the Bear language
  • More planned!

Install locally

  1. Copy the bear-vscode/ folder into your VSCode extensions directory:
    • Linux/macOS: ~/.vscode/extensions/bear-language/
    • Windows: %USERPROFILE%\.vscode\extensions\bear-language\
  2. Restart VSCode (or run Developer: Reload Window from the command palette).
  3. Open any .bear or .br file and highlighting will apply automatically.

.vsix package install

  1. install the VSCode Extension CLI: npm install -g @vscode/vsce
  2. From inside the extension folder: vsce package
  3. This produces bear-language-0.0.1.vsix, or whatever the current version is.
  4. install it via: code --install-extension bear-language-0.0.1.vsix or via VSCode UI: Extensions → ... → Install from VSIX.
    • to get the code command, you need to install vscode CLI or enable it within VSCode by running ctrl+shift+p / cmd+shift+p -> shell command: install code command in path

About

vscode extension for bear-lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors