Add Nimrod langauge

Fixes #2
This commit is contained in:
Joshua Peek
2011-06-13 17:35:08 -05:00
parent b6632b774a
commit 5691d61b24
5 changed files with 13 additions and 2 deletions

View File

@@ -242,6 +242,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/wycats/osx-window-sizing/blob/master/center.applescript
assert_equal Language['AppleScript'], blob("center.scpt").language
assert_equal Language['AppleScript'], blob("center.applescript").language
# https://github.com/Araq/Nimrod/tree/master/examples
assert_equal Language['Nimrod'], blob("foo.nim").language
end
def test_lexer