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

https://github.com/probablyclem/logos-lsp

LSP for Logos, a markup language designed for Bible-related notes
https://github.com/probablyclem/logos-lsp

Last synced: 12 months ago
JSON representation

LSP for Logos, a markup language designed for Bible-related notes

Awesome Lists containing this project

README

          

# logos-lsp

LSP for Logos, a markup language designed for Bible-related notes

## Development

### Prerequisites

- node
- go
- tsc

### Setup

- clone
- `npm install`
- `npm run compile`
- `npm run postinstall`

### Running

Run in debug with F5 in VsCode