fix: latest treesitter expects ;; extends (#245)

If this comment is not present it will overwrite all existing queries
with the content of the respective file.
Also move files from queries/go -> after/queries/go to ensure they are
loaded after e.g. nvim-treesitter queries.
pull/246/head
Manuel 2 years ago committed by GitHub
parent ca2463975e
commit 62e3838974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,4 @@
;; extends
(
(const_spec
name: (identifier) @_id

@ -1,3 +1,4 @@
;; extends
(field_declaration
name: (field_identifier) @definition.field)
Loading…
Cancel
Save