Add PureScript LSP/Highlighting support (#6911)
This PR adds basic support for the language using the `purescript-language-server`. Release Notes: - Added support for PureScript.
This commit is contained in:
parent
7767062c09
commit
db68fc5130
9 changed files with 322 additions and 0 deletions
3
crates/zed/src/languages/purescript/brackets.scm
Normal file
3
crates/zed/src/languages/purescript/brackets.scm
Normal file
|
@ -0,0 +1,3 @@
|
|||
("(" @open ")" @close)
|
||||
("[" @open "]" @close)
|
||||
("{" @open "}" @close)
|
Loading…
Add table
Add a link
Reference in a new issue