Skip to content

Commit

Permalink
Update tree-sitter-purescript to a commit where the license file is i…
Browse files Browse the repository at this point in the history
…ncluded
  • Loading branch information
blinxen committed Nov 8, 2023
1 parent d129f9b commit f3bae14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ formatter = { command = "purs-tidy", args = ["format"] }

[[grammar]]
name = "purescript"
source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "593193b9bf0f46d5eee708a4e53044d2a9054897" }
source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "d86ad5b2408c870e7047ef189fd422930026ce82" }

[[language]]
name = "zig"
Expand Down
5 changes: 3 additions & 2 deletions runtime/queries/purescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@

(row_field (field_name) @variable.other.member)
(record_field (field_name) @variable.other.member)
(record_accessor (variable) @variable.other.member)
(exp_record_access (variable) @variable.other.member)
(record_field (field_pun) @field)
(record_accessor field: (variable) @variable.other.member)
(exp_record_access field: (variable) @variable.other.member)

(signature name: (variable) @type)
(function name: (variable) @function)
Expand Down

0 comments on commit f3bae14

Please sign in to comment.