Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created January 14, 2009 23:16
Show Gist options
  • Select an option

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

Select an option

Save samaaron/47152 to your computer and use it in GitHub Desktop.
{ name = 'meta.function.definition.ioke';
begin = '(?<=[[:space:]][[:alnum:]_:][[:alnum:]!?_:]*[[:space:]]*=[[:space:]]*(fn|fnx|method|macro|lecro|syntax|dmacro|dlecro|dlecrox|dsyntax))';
end = '\(';
patterns = (
{ name = 'entity.name.function.ioke';
match = '(fn|fnx|method|macro|lecro|syntax|dmacro|dlecro|dlecrox|dsyntax)';
},
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment