This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-04 20:40:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
00a8cfd562
nvim-treesitter
/
tests
/
indent
/
dart
/
try.dart
14 lines
108 B
Dart
Raw
Normal View
History
Unescape
Escape
fix(dart): try statement wouldn't indent (#4623)
2023-04-10 08:52:50 +02:00
void
test
(
)
{
try
{
}
catch
(
e
)
{
}
}
ci: add tests for #4632 Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41
2023-04-15 13:53:26 +02:00
// Issue #4632
class
Test
{
void
test
(
)
{
try
{
}
}
}
Reference in a new issue
Copy permalink