You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnObject(
Object(
// Not highlighted as a comment
)
)
does not highlight the third line as a comment (e.g. the as is highlighted as a keyword).
What did you expect to happen instead?
I expected the third line to be highlighted as a comment.
The Dart plugin currently used by bat hasn't been updated in a while (guillermooo/dart-sublime-bundle#586), so it might actually be time to find a new more complete and better maintained one, but I don't have much time to dive into it myself unfortunately.
> less --version
less 596 (POSIX regular expressions)
Copyright (C) 1984-2021 Mark Nudelman
less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Home page: https://greenwoodsoftware.com/less
The text was updated successfully, but these errors were encountered:
Describe the bug you encountered:
Running
bat test.dart
withtest.dart
containingdoes not highlight the third line as a comment (e.g. the
as
is highlighted as a keyword).What did you expect to happen instead?
I expected the third line to be highlighted as a comment.
The Dart plugin currently used by bat hasn't been updated in a while (guillermooo/dart-sublime-bundle#586), so it might actually be time to find a new more complete and better maintained one, but I don't have much time to dive into it myself unfortunately.
How did you install
bat
?With the Nix package manager under NixOS.
bat version and environment
Software version
bat 0.18.3
Operating system
Linux 5.15.3
Command-line
Environment variables
Config file
Compile time information
Less version
The text was updated successfully, but these errors were encountered: