Bru Markup Language

Bru is a simple markup language that utilizes plain text files to document and organize information for your API requests.
The API requests in your collections are stored as plain text files using this language.
This allows you to save your API collections in a folder within your code repository, and use your preferred version control system to manage and share them with your team. Collaboration on your API collections can be done through pull requests, as the human-readable file format makes it easy for developers to understand the changes made to the API collection.
Below is a sample of a Bru file for a get request with some query params
You can checkout the sample repository which contains GitHub REST API collection here

Syntax Highlighting Support

Bruno has editor extension released for VS Code.
You can download it from here

Extensions for IntelliJ and the JetBrains family of IDEs are under development.