dwcoates / pygn-mode

An Emacs major-mode for chess PGN files, powered by Python
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

FIX: Update tree-sitter dependency to 0.15.2 #192

Closed rolandwalker closed 3 years ago

rolandwalker commented 3 years ago

With the update, change tree-sitter-node-at-point to tree-sitter-node-at-pos and and pass the new 'ignore-invalid-types parameter when needed to preserve the old behavior.

Without this change, the latest tree-sitter.el will throw an exception, because lan_moves are not yet propagated to a stable release of tree-sitter-langs.el for our grammar.

rolandwalker commented 3 years ago

Self-merging this one since builds are breaking.