Added detection for the Pike language:

http://pike.ida.liu.se/
This commit is contained in:
Johan Sundström
2012-06-06 00:02:47 -07:00
parent 0fb4a83516
commit 645f4d6194
3 changed files with 33 additions and 0 deletions

View File

@@ -444,6 +444,9 @@ class TestBlob < Test::Unit::TestCase
# XML
assert_equal Language['XSLT'], blob("test.xslt").language
# Pike: http://pike.ida.liu.se/
assert_equal Language['Pike'], blob("rsif.pike").language
end
def test_lexer