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 12:30:01 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
00a8cfd562
nvim-treesitter
/
tests
/
indent
/
dart
/
class.dart
9 lines
87 B
Dart
Raw
Normal View
History
Unescape
Escape
fix(dart): add `@indent_end` to } (#4167) * fix dart indentation after } * add some simple test case
2023-02-25 05:06:31 +08:00
void
main
(
)
{
}
test(dart): add test cases for open issues
2023-04-12 18:09:10 +02:00
fix(dart): add `@indent_end` to } (#4167) * fix dart indentation after } * add some simple test case
2023-02-25 05:06:31 +08:00
class
Test
{
test(dart): add test cases for open issues
2023-04-12 18:09:10 +02:00
List
<
String
>
get
progress
=
>
[
'
0
'
,
]
;
fix(dart): add `@indent_end` to } (#4167) * fix dart indentation after } * add some simple test case
2023-02-25 05:06:31 +08:00
}
Reference in a new issue
Copy permalink