diff options
author | Tim Hatch <tim@timhatch.com> | 2014-05-17 09:13:14 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-05-17 09:13:14 -0700 |
commit | ff12540907fe9d98bf02c9508a171659457b14b2 (patch) | |
tree | d20a3538c3757a1cc4b05c6fd6804504ebe41c75 /tests/examplefiles/example.groovy | |
parent | 0bf931830db86644b28f6fae9e66f16f21406b56 (diff) | |
parent | 08efa68bf22fd1e9d4eddabdbee9818ebe066973 (diff) | |
download | pygments-ff12540907fe9d98bf02c9508a171659457b14b2.tar.gz |
Merged in jaingaurav2/pygments-main-993 (pull request #359)
Add shebang support to Groovy lexer
Diffstat (limited to 'tests/examplefiles/example.groovy')
-rwxr-xr-x | tests/examplefiles/example.groovy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/example.groovy b/tests/examplefiles/example.groovy new file mode 100755 index 00000000..25ef2eab --- /dev/null +++ b/tests/examplefiles/example.groovy @@ -0,0 +1,2 @@ +#!/usr/bin/env groovy +println "Hello World" |