An open API service indexing awesome lists of open source software.

https://github.com/thesignpainter98/b-language-support

VSCode Language Support for the B Language (B-Method)
https://github.com/thesignpainter98/b-language-support

Last synced: 3 months ago
JSON representation

VSCode Language Support for the B Language (B-Method)

Awesome Lists containing this project

README

        

# B Language Support

This extension provides syntax highlighting for the B language of the _B-Method._
Please don't confuse this with the language of the same name principally written by Ken Thompson around 1969.

## Features

An example of syntax highlighting is seen below.

![Syntax highlighting](https://raw.githubusercontent.com/TheSignPainter98/b-language-support/master/images/syntax-highlighting.png)

## Requirements

This extension has no requirements.

## Extension Settings

This extension does contribute any settings.

## Known Issues

There are no known issues at the time of writing, but if you find any, please file them [here](https://github.com/TheSignPainter98/b-language-support/issues).

## Release Notes

### 1.0.0

- Initial release of the B Language Support extension