Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree-sitter rolling fixes: 1.121 edition #1085

Merged
merged 28 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4a701e2
Move indentation-related tasks to their own class…
savetheclocktower Aug 17, 2024
338f688
[language-css] Bump `tree-sitter-css` to `0.21.1`
savetheclocktower Aug 17, 2024
74ef36a
Fix bugs in invocations of `resolveMatch`
savetheclocktower Aug 17, 2024
6eee25f
Tweaks
savetheclocktower Aug 17, 2024
c5f87a6
Pass `comparisonRow` for `match` capture interpretation
savetheclocktower Aug 23, 2024
3834c3f
Add comments and make further indentation tweaks…
savetheclocktower Aug 24, 2024
50dbbd1
Add a spec for `@match.next`…
savetheclocktower Aug 24, 2024
738536f
[language-php] Handle case-insensitive constants like `TRUE`/`FALSE`…
savetheclocktower Aug 27, 2024
02f1563
Fail `(starts|ends)OnSameRowAs` when the node position descriptor fails
savetheclocktower Aug 27, 2024
9db65c0
[language-java] Fix the scope on `foo` in `foo.bar()`
savetheclocktower Aug 27, 2024
26be874
[language-typescript] Scope `!` in variable declarators
savetheclocktower Sep 4, 2024
87a9322
Upgrade `web-tree-sitter` to 0.23.0…
savetheclocktower Sep 7, 2024
f64b44f
(Whoops, left some logging statements in there)
savetheclocktower Sep 8, 2024
d433753
Fix regression with indentation
savetheclocktower Sep 8, 2024
4d696a7
Rewrite warning message in `web-tree-sitter`
savetheclocktower Sep 8, 2024
72b1a6e
[language-yaml] Update to newest `tree-sitter-yaml`
savetheclocktower Sep 8, 2024
c674d8f
Update README for `web-tree-sitter`
savetheclocktower Sep 8, 2024
265d7e0
[language-(java|type)script] Scope `??=`, `++`, etc., as assignments
savetheclocktower Sep 8, 2024
fbdf18a
`coverShallowerScopes` shouldn't affect “sibling” injections…
savetheclocktower Sep 8, 2024
03ba902
[language-(java|type)script]: Update Tree-sitter parsers to 0.23.0…
savetheclocktower Sep 9, 2024
44ad31f
[symbol-provider-tree-sitter] Fix specs…
savetheclocktower Sep 10, 2024
cdad4ff
[language-(java|type)script] Update injections…
savetheclocktower Sep 10, 2024
44d7734
[language-gfm] Migrate to `tree-sitter-markdown`…
savetheclocktower Sep 10, 2024
0f0050f
[language-html] Update to latest Tree-sitter parsers…
savetheclocktower Sep 14, 2024
99521c7
Prevent race condition during startup…
savetheclocktower Sep 14, 2024
986c697
[language-html] Update `parserSource` fields
savetheclocktower Sep 14, 2024
74479ba
Fix failing tests
savetheclocktower Sep 14, 2024
c1d3a8c
Address feedback
savetheclocktower Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/language-css/grammars/modern-tree-sitter-css.cson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fileTypes: [
]

treeSitter:
parserSource: 'github:tree-sitter/tree-sitter-css#98c7b3dceb24f1ee17f1322f3947e55638251c37'
parserSource: 'github:tree-sitter/tree-sitter-css#9af0bdd9d225edee12f489cfa8284e248321959b'
grammar: 'tree-sitter/tree-sitter-css.wasm'
highlightsQuery: 'tree-sitter/queries/highlights.scm'
foldsQuery: 'tree-sitter/queries/folds.scm'
Expand Down
Binary file modified packages/language-css/grammars/tree-sitter/tree-sitter-css.wasm
Binary file not shown.
Loading