Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Syntax Plugin for Text Editors

Visual Studio Code

You can install the Visual Studio Code extension, made by Ethan Uppal. Follow the instructions in the extension README.

(Neo)Vim

There is a Vim syntax highlighting plugin for Bril’s text format available in bril-vim. You can use it with a Vim plugin manager. For example, if you use vim-plug, you can add this to your .vimrc:

Plug 'sampsyo/bril', { 'for': 'bril', 'rtp': 'bril-vim' }

You can read more about the plugin, which is originally by Edwin Peguero.

If you’re using Neovim, Ethan Uppal made a simple wrapper around bril-vim for the Lazy package manager, supporting LSP in addition to the syntax highlighting. Simply add the following plugin spec:

{ "ethanuppal/bril.nvim" }