-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
designThis requires some design considerationsThis requires some design considerationsenhancementNew feature or requestNew feature or request
Description
Currently, we only distinguish between the following scopes:
commentconstant.characterentity.name.typekeywordstring.quoted
For better support of editors with TextMate-style syntax-highlighting (e.g., Atom, vscode), we should probably segregate constants and keywords a little so that richer scope selectors can be applied.
Here are some scope selectors that could be relevant in Emerald, right off the bat:
comment.line(probably better thancomment)constant.numericconstant.characterconstant.character.escapeconstant.language(e.g.,true)keyword.control(e.g.,for)keyword.operator(e.g.,as)storage.type(e.g.,const)storage.modifier(e.g.,attached)string.quoted.double(probably better thanstring.quoted)variable.language(e.g.,self)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designThis requires some design considerationsThis requires some design considerationsenhancementNew feature or requestNew feature or request