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
Expression word operators should also take either keyword.operator.wordlike.* (C++) or keyword.operator.expression.* (TypeScript).
All of these are currently keyword.other.*
await
default
nameof
typeof
as (keyword.operator.cast.as.cs might be the best fit)
with
new (keyword.operator.new.cs might be good enough, still better than keyword.other.)
Original comment: #277 (comment)
keyword.operator.wordlike.*
(C++) orkeyword.operator.expression.*
(TypeScript).All of these are currently
keyword.other.*
await
default
nameof
typeof
as
(keyword.operator.cast.as.cs
might be the best fit)with
new
(keyword.operator.new.cs
might be good enough, still better thankeyword.other.
)stackalloc
using
(using directive)using static
(using directive)keyword.other.*
→storage.type.*
class
interface
delegate
enum
struct
record
namespace
event
operator
var
get
set
init
add
remove
extern alias
keyword.other.*
→storage.modifier.*
implicit
explicit
keyword.other.*
→keyword.control.*
checked
unchecked
lock
using
(using statement)where
fixed
unsafe
The text was updated successfully, but these errors were encountered: