Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: working
  • Loading branch information
psteinroe committed Aug 3, 2023
commit 39ac4736c933bd97abcbe08b70eaaa86e2bcfded
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Language Server for Postgres. Not SQL with flavours, just Postgres.

## Features

The [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) is an open protocol between code editors and servers that provide the code intelligence tools you are used to work with such as code completion, syntax highlighting, and many more. This project implements such a language server for Postgres, significantly enhancing the dx right within your favorite editor by adding:
The [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) is an open protocol between code editors and servers that provide the code intelligence tools you are used to work with such as code completion and syntax highlighting. This project implements such a language server for Postgres, significantly enhancing the dx right within your favorite editor by adding:

- Semantic Highlighting
- Syntax Error Diagnostics
Expand Down