application/dart;application/x-dart;text/x-dart;text/dart
*.dart
//
/*
*/
`
`
\[
\]
\\([\\\"\'nrbtf]|[0-9]{1,3}|u[a-fA-f0-9]{1,4}|u{?[a-fA-f0-9]{1,6}}?)
\$_?\w+
\$\{
\}
'
'
"
"
r'
'
r"
"
'''
'''
"""
"""
r'''
'''
r"""
"""
null
true
false
(\b([0-9]+|0[xX][0-9a-fA-F]+)\b|\b([0-9]+[Ee][-]?[0-9]+|([0-9]*\.[0-9]+|[0-9]+\.)([Ee][-]?[0-9]+)?))
import
export
library
part of
part
hide
show
deferred
abstract
mixin
extends
class
enum
factory
implements
interface
with
async
await
yield
sync
covariant
if
else
continue
break
for
while
do
case
switch
default
try
catch
throw
rethrow
finally
this
super
get
set
operator
as
is
in
on
return
assert
print
@_?\w+\b
void
dynamic
bool
int
double
num
var
final
static
new
const
typedef
\b_?[A-Z]\w*\b