Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder committed Jun 23, 2024
1 parent 2a08c74 commit e8fbcac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# OpenAPI Language Server

This is a language server for OpenAPI v3.0.0. It is based on the [Language
This is a language server for OpenAPI v3. It is based on the [Language
Server Protocol](https://microsoft.github.io/language-server-protocol/).

[![asciicast](https://asciinema.org/a/v7etZb80HbYkKBQUa3dVSenPz.svg)](https://asciinema.org/a/v7etZb80HbYkKBQUa3dVSenPz)

I created this language server because I do a lot of manual OpenAPI/Swagger
file editing, and I wanted a quick way to jump to definitions and find
references of schema definitions.
Expand All @@ -14,6 +16,7 @@ for me to implement in this language server.

## Features


### Language Features

- [x] Jump to definition
Expand Down

0 comments on commit e8fbcac

Please sign in to comment.