First stab at adding support for Rust.

This commit is contained in:
Lindsey Kuper
2011-07-15 08:55:15 -07:00
parent dabc4b497a
commit f2debbc687
5 changed files with 15 additions and 0 deletions

View File

@@ -298,6 +298,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/dharmatech/agave/blob/master/demos/asteroids.sps
assert_equal Language['Scheme'], blob("asteroids.sps").language
# https://github.com/graydon/rust
assert_equal Language['Rust'], blob("hello.rs").language
end
def test_lexer