keyword.construct
: Language construct keywords, such as function
, class
, interface
keyword.condition
: Conditional keywords, such as if
, for
, and case
keyword.modifier
: Modifier keywords, such as public
, private
, and async
keyword.statement
: Statement keywords, such as return
, throw
, and eval
keyword.operator
: Operator keywords, such as and
, or
, and not
keyword.self
: Internal object reference keywords, such as self
, this
, and super
<
characters from being parsed as the start of an HTML tagu
or b
prefix should now parse correctly.cjs
and .mjs
as recognized file extensionsasync
keywords in arrow function expressionse
(scientific) notation are properly parsedexit
in terminal before URL detection had completedß
no longer match ss
, and vice versaLanguageClient
implementation to properly normalize the workspaceFolders
property