diff options
author | Tim Yates <tyates@picr.man.ac.uk> | 2013-09-02 12:53:05 +0100 |
---|---|---|
committer | Tim Yates <tyates@picr.man.ac.uk> | 2013-09-02 12:53:05 +0100 |
commit | 39b96dd2db1de1c8d31ef6ce1c05543e7f690659 (patch) | |
tree | 8ff1cd44b25b77a5308b9bf878c8f198b58cc699 | |
parent | 35579ca7d9a4be4c897149278c10a1aaf2ab9c22 (diff) |
Highlight code as Groovy, not cpp
-rw-r--r-- | groovy.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groovy.html.markdown b/groovy.html.markdown index 1a635e59..e440ef00 100644 --- a/groovy.html.markdown +++ b/groovy.html.markdown @@ -8,7 +8,7 @@ filename: learngroovy.groovy Groovy - A dynamic language for the Java platform [Read more here.](http://groovy.codehaus.org) -```cpp +```groovy /* Set yourself up: |