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
fix#5 broken ids with unicode characters. Updated identifiers regexes for val,def,import,parameter-list,package,type. Minor clean up. Added unit test for unicode
comment: '\n\t\t Match special scala style identifiers that can end with and underscore and\n\t\t a a not letter such as blank_?. This way the symbol will not be colored\n\t\t differently.\n\t\t '
210
+
comment: 'Match special scala style identifiers that can end with and underscore anda a not letter such as blank_?. This way the symbol will not be coloreddifferently.'
comment: 'We do not allow a tag name to start with a - since this would\n\t\t\t\t likely conflict with the <- operator. This is not very common\n\t\t\t\t for tag names anyway. Also code such as -- if (val <val2 || val> val3)\n\t\t\t\t will falsly be recognized as an xml tag. The solution is to put a\n\t\t\t\t space on either side of the comparison operator',
861
+
comment: 'We do not allow a tag name to start with a - since this wouldlikely conflict with the <- operator. This is not very commonfor tag names anyway. Also code such as -- if (val <val2 || val> val3)will falsly be recognized as an xml tag. The solution is to put a space on either side of the comparison operator',
0 commit comments