Skip to content

Instantly share code, notes, and snippets.

@pixelastic
Created January 2, 2014 18:08
Show Gist options
  • Save pixelastic/8223494 to your computer and use it in GitHub Desktop.
Save pixelastic/8223494 to your computer and use it in GitHub Desktop.
function() {
var test="ok";
// Should be correctly highlighted as a string
var test2="<div>{{value}}</div>";
// Should be foldable
function inner() {
console.log("test");
};
// Should be foldable
var data = {
foo: "bar",
bar: "foo"
};
// Should be foldable
var array = [
{foo:'bar'},
{bar:'foo'}
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment