Highlight .gradle files as Groovy

This commit is contained in:
Joshua Peek
2011-06-25 13:50:41 -05:00
parent 6f03cfc67c
commit ddb629b63a
2 changed files with 4 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ Groovy:
major: true
lexer: Java
extensions:
- .gradle
- .groovy
HTML:

View File

@@ -255,6 +255,9 @@ class TestBlob < Test::Unit::TestCase
# http://supercollider.sourceforge.net/
# https://github.com/drichert/BCR2000.sc/blob/master/BCR2000.sc
assert_equal Language['SuperCollider'], blob("BCR2000.sc").language
# https://github.com/gradleware/oreilly-gradle-book-examples/blob/master/ant-antbuilder/build.gradle
assert_equal Language['Groovy'], blob("build.gradle").language
end
def test_lexer