Skip to content

Commit

Permalink
Remove inline from Dart declaration keywords (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Sep 15, 2023
1 parent 4e47529 commit 17b3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/dart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Dart < RegexLexer

declarations = %w(
abstract base async dynamic const covariant external extends factory final get implements
inline interface late native on operator required sealed set static sync typedef var
interface late native on operator required sealed set static sync typedef var
)

types = %w(bool Comparable double Dynamic enum Function int List Map Never Null num Object Pattern Record Set String Symbol Type Uri void)
Expand Down

0 comments on commit 17b3aef

Please sign in to comment.