Commit 2627a10
authored
Move grammar sources into a dedicated directory, fix tree-sitter grammar and query issues (#651)
* refactor: move grammar sources into a dedicated directory
* chore: remove unnecessary file
* ci: update pnpm-lock.yaml to fix CI
* fix: update stale grammar paths
* refactor: restructure grammar definitions and update repository links
* refactor: add indentation rules for Neovim and Zed
* feat: specify filetype and call add_ripple earlier in nvim plugin
* feat: implement script to copy Tree-sitter queries for Zed and Neovim
* chore: mark intellij plugin package as private in package.json
* style: fix grammar.json code style
* chore: update tree-sitter parser path in .gitattributes
* revert: stop ignoring copied ripple tree-sitter queries
* chore: update vscode package script to regenerate textmate grammar1 parent 0f74e7b commit 2627a10
File tree
81 files changed
+151970
-164130
lines changed- .changeset
- assets/Ripple.tmbundle/Syntaxes
- grammars
- textmate
- tree-sitter
- bindings/node
- queries
- src
- tree_sitter
- test/corpus
- packages
- intellij-plugin
- src/main/resources
- Ripple.tmbundle/Syntaxes
- nvim-plugin
- lua/ripple
- queries/ripple
- sublime-text-plugin
- src/language-server
- textmate
- tree-sitter
- src
- vscode-plugin
- syntaxes
- zed-plugin
- languages/ripple
- scripts
- website/docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+151970
-164130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
520 | 524 | | |
521 | 525 | | |
522 | 526 | | |
| |||
4880 | 4884 | | |
4881 | 4885 | | |
4882 | 4886 | | |
4883 | | - | |
| 4887 | + | |
4884 | 4888 | | |
4885 | 4889 | | |
4886 | 4890 | | |
| |||
6613 | 6617 | | |
6614 | 6618 | | |
6615 | 6619 | | |
| 6620 | + | |
| 6621 | + | |
| 6622 | + | |
| 6623 | + | |
6616 | 6624 | | |
6617 | 6625 | | |
6618 | 6626 | | |
| |||
6745 | 6753 | | |
6746 | 6754 | | |
6747 | 6755 | | |
| 6756 | + | |
| 6757 | + | |
| 6758 | + | |
| 6759 | + | |
| 6760 | + | |
| 6761 | + | |
| 6762 | + | |
| 6763 | + | |
| 6764 | + | |
| 6765 | + | |
| 6766 | + | |
| 6767 | + | |
| 6768 | + | |
| 6769 | + | |
| 6770 | + | |
| 6771 | + | |
| 6772 | + | |
| 6773 | + | |
| 6774 | + | |
| 6775 | + | |
| 6776 | + | |
| 6777 | + | |
| 6778 | + | |
| 6779 | + | |
| 6780 | + | |
| 6781 | + | |
| 6782 | + | |
| 6783 | + | |
| 6784 | + | |
| 6785 | + | |
| 6786 | + | |
| 6787 | + | |
| 6788 | + | |
| 6789 | + | |
| 6790 | + | |
| 6791 | + | |
| 6792 | + | |
| 6793 | + | |
| 6794 | + | |
| 6795 | + | |
| 6796 | + | |
6748 | 6797 | | |
6749 | 6798 | | |
6750 | 6799 | | |
| |||
File renamed without changes.
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2960 | 2960 | | |
2961 | 2961 | | |
2962 | 2962 | | |
2963 | | - | |
| 2963 | + | |
2964 | 2964 | | |
2965 | 2965 | | |
2966 | 2966 | | |
| |||
7182 | 7182 | | |
7183 | 7183 | | |
7184 | 7184 | | |
7185 | | - | |
| 7185 | + | |
| 7186 | + | |
7186 | 7187 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments