mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-24 22:22:28 +01:00
Better syntax highlighting for Dart (#1959)
Remove unmaintained Dart syntax submodule. Add elMuso/Dartlight as submodule. Update Dart syntax highlighting. Add changes to changelog.
This commit is contained in:
5
tests/syntax-tests/source/Dart/inner_comment.dart
vendored
Normal file
5
tests/syntax-tests/source/Dart/inner_comment.dart
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
return Object(
|
||||
Object(
|
||||
// Not highlighted as a comment
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user