Skip to content

Instantly share code, notes, and snippets.

@RomanoCodes
Forked from Sinetheta/_.templateSettings.js
Created May 10, 2013 20:10
Show Gist options
  • Save RomanoCodes/5557049 to your computer and use it in GitHub Desktop.
Save RomanoCodes/5557049 to your computer and use it in GitHub Desktop.
_.templateSettings = {
evaluate : /\{\[([\s\S]+?)\]\}/g,
interpolate : /\{\{([\s\S]+?)\}\}/g
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment