diff options
author | Tim Macfarlane <timmacfarlane@gmail.com> | 2013-09-20 12:43:05 +0200 |
---|---|---|
committer | Tim Macfarlane <timmacfarlane@gmail.com> | 2013-09-20 12:43:05 +0200 |
commit | 609cc474c4f0a0a2b01bc3f1bf54918211bf8ddd (patch) | |
tree | 36878f890b89b11258d6480fc39701eee9baddc4 | |
parent | b0ff6fad112076d91fac51a4050faa8aadc38e30 (diff) |
added javascript highlighting
-rw-r--r-- | pogo.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pogo.html.markdown b/pogo.html.markdown index 2e856825..60a83edd 100644 --- a/pogo.html.markdown +++ b/pogo.html.markdown @@ -7,7 +7,7 @@ filename: learnPogo.pogo Pogoscript is a little language that emphasises readability, DSLs and provides excellent asynchronous primitives for writing connected JavaScript applications for the browser or server. -``` +``` javascript // defining a variable water temperature = 24 |