Use Maskhjarnas tree-sitter-purescript (#8306)

This commit is contained in:
NomisIV 2023-09-17 18:50:58 +02:00 committed by GitHub
parent ca9a7d506e
commit cb39242783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 142 additions and 5 deletions

View file

@ -0,0 +1,13 @@
(comment) @comment.inside
[
(data)
(type)
(newtype)
] @class.around
((signature)? (function rhs:(_) @function.inside)) @function.around
(exp_lambda) @function.around
(data (type_variable) @parameter.inside)
(patterns (_) @parameter.inside)