@@ -789,23 +789,23 @@ var ErlangHighlightRules = function() {
789
789
regex : '(\\\\)(?:([bdefnrstv\\\\\'"])|(\\^)([@-_])|([0-7]{1,3}))' } ,
790
790
{ token : 'invalid.illegal.string.erlang' , regex : '\\\\\\^?.?' } ,
791
791
{ token :
792
- [ 'punctuation.definition.placeholder. erlang' ,
793
- 'punctuation.separator.placeholder-parts. erlang' ,
794
- 'constant.other.placeholder. erlang' ,
795
- 'punctuation.separator.placeholder-parts. erlang' ,
796
- 'punctuation.separator.placeholder-parts. erlang' ,
797
- 'constant.other.placeholder. erlang' ,
798
- 'punctuation.separator.placeholder-parts. erlang' ,
799
- 'punctuation.separator.placeholder-parts. erlang' ,
800
- 'punctuation.separator.placeholder-parts. erlang' ,
801
- 'constant.other.placeholder. erlang' ,
802
- 'constant.other.placeholder. erlang' ] ,
792
+ [ 'punctuation.definition.erlang' ,
793
+ 'punctuation.separator.erlang' ,
794
+ 'constant.other.erlang' ,
795
+ 'punctuation.separator.erlang' ,
796
+ 'punctuation.separator.erlang' ,
797
+ 'constant.other.erlang' ,
798
+ 'punctuation.separator.erlang' ,
799
+ 'punctuation.separator.erlang' ,
800
+ 'punctuation.separator.erlang' ,
801
+ 'constant.other.erlang' ,
802
+ 'constant.other.erlang' ] ,
803
803
regex : '(~)(?:((?:\\-)?)(\\d+)|(\\*))?(?:(\\.)(?:(\\d+)|(\\*)))?(?:(\\.)(?:(\\*)|(.)))?([~cfegswpWPBX#bx\\+ni])' } ,
804
804
{ token :
805
- [ 'punctuation.definition.placeholder. erlang' ,
806
- 'punctuation.separator.placeholder-parts. erlang' ,
807
- 'constant.other.placeholder. erlang' ,
808
- 'constant.other.placeholder. erlang' ] ,
805
+ [ 'punctuation.definition.erlang' ,
806
+ 'punctuation.separator.erlang' ,
807
+ 'constant.other.erlang' ,
808
+ 'constant.other.erlang' ] ,
809
809
regex : '(~)((?:\\*)?)((?:\\d+)?)([~du\\-#fsacl])' } ,
810
810
{ token : 'invalid.illegal.string.erlang' , regex : '~.?' } ,
811
811
{ defaultToken : 'string.quoted.double.erlang' } ] } ] ,
0 commit comments