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:
Iván Molina Rebolledo 2024-01-28 16:44:50 -06:00 committed by GitHub
parent 7767062c09
commit db68fc5130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 322 additions and 0 deletions

View file

@ -0,0 +1,3 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)