1
0
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:
Ersikan
2021-12-06 08:40:43 +01:00
committed by GitHub
parent 8072d5a3e3
commit 29711c178a
7 changed files with 154 additions and 301 deletions

View File

@@ -0,0 +1,5 @@
return Object(
Object(
// Not highlighted as a comment
)
)