Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created January 9, 2009 09:25
Show Gist options
  • Select an option

  • Save samaaron/45071 to your computer and use it in GitHub Desktop.

Select an option

Save samaaron/45071 to your computer and use it in GitHub Desktop.
operator_symbols = {
patterns = (
{ name = 'entity.operator.symbols.ioke';
match = '[^.=*&|>!<%#@/\\+?$~^-](\.\.\.|===|\*\*>|&&>|\|\|>|\->>|\+>>|!>>|<>>>|&>>|%>>|#>>|@>>|/>>|\*>>|\?>>|\|>>|\^>>|~>>|\$>>|<<=|>>=|<=>|<\->|=~|!~|=>|\+\+|\-\-|<=|>=|==|!=|&&|\.\.|\+=|\-=|\*=|\/=|%=|&=|\^=|\|=|<\-|\+>|!>|<>|&>|%>|#>|@>|\/>|\*>|\?>|\|>|\^>|~>|\$>|<\->|\->|<<|>>|\?\||\?&|\|\||>|<|\*|\/|%|\+|\-|&|\^|\||=|\$)[^.=*&|>!<%#@/\\+?$~^-]';
},
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment