714714 "foreground" : " #569CD6" ,
715715 }
716716 },
717+ {
718+ "name" : " RegEx Comment" ,
719+ "scope" : " string.regexp.comment.cs" ,
720+ "settings" : {
721+ "foreground" : " #57A64A" ,
722+ }
723+ },
724+ {
725+ "name" : " RegEx Character Class" ,
726+ "scope" : " constant.character.character-class.regexp.cs" ,
727+ "settings" : {
728+ "foreground" : " #2EABFE" ,
729+ }
730+ },
731+ {
732+ "name" : " RegEx Anchor" ,
733+ "scope" : " keyword.control.anchor.regexp.cs" ,
734+ "settings" : {
735+ "foreground" : " #F979AE" ,
736+ }
737+ },
738+ {
739+ "name" : " RegEx Quantifier" ,
740+ "scope" : " keyword.operator.quantifier.regexp.cs" ,
741+ "settings" : {
742+ "foreground" : " #F979AE" ,
743+ }
744+ },
745+ {
746+ "name" : " RegEx Grouping" ,
747+ "scope" : " string.regexp.self-escaped-character.cs" ,
748+ "settings" : {
749+ "foreground" : " #05C3BA" ,
750+ }
751+ },
752+ {
753+ "name" : " RegEx Alternation" ,
754+ "scope" : " keyword.operator.or.regexp.cs" ,
755+ "settings" : {
756+ "foreground" : " #05C3BA" ,
757+ }
758+ },
759+ {
760+ "name" : " RegEx Self-Escaped Character" ,
761+ "scope" : " punctuation.definition.group.regexp.cs" ,
762+ "settings" : {
763+ "foreground" : " #D69D85" ,
764+ }
765+ },
766+ {
767+ "name" : " RegEx Other Escape" ,
768+ "scope" : " string.regexp.other-escape.cs" ,
769+ "settings" : {
770+ "foreground" : " #FFD68F" ,
771+ }
772+ },
773+ {
774+ "name" : " RegEx Text" ,
775+ "scope" : " string.regexp" ,
776+ "settings" : {
777+ "foreground" : " #D69D85"
778+ }
779+ },
717780 ]
718781}
0 commit comments