branch: elpa/treesit-fold
commit 1cb784167adf45e4278beb69c641987cb332e779
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
Add FUNDING.yml
---
.github/FUNDING.yml | 12 ++++++++++++
README.md | 2 ++
2 files changed, 14 insertions(+)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000000..ca572bec55
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: emacs-tree-sitter
+patreon: jcs090218 # Replace with a single Patreon username
+open_collective: # replace with a single OpenCollective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g.,
npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g.,
cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: https://www.paypal.me/jcs090218 # Replace with up to 4 custom
sponsorship URLs e.g., ['link1', 'link2']
diff --git a/README.md b/README.md
index 2a0863c377..b623292fa7 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,8 @@ so you can have a nice way to peek at what's inside the
fold range.
[](http://makeapullrequest.com)
[](https://github.com/bbatsov/emacs-lisp-style-guide)
+[](https://www.paypal.me/jcs090218)
+[](https://www.patreon.com/jcs090218)
Enable `tree-sitter-mode` first, then `tree-sitter-query-builder` is useful to
test
out queries that determine what syntax nodes should be foldable and how to fold