Highlight OpenCL as C

This commit is contained in:
Joshua Peek
2011-06-13 10:04:55 -05:00
parent 19d10ec4ac
commit 53af4ad8b5
3 changed files with 6 additions and 1 deletions

View File

@@ -220,6 +220,7 @@ class TestBlob < Test::Unit::TestCase
assert_equal Language['Objective-C'], blob("Foo.h").language
assert_equal Language['Objective-C'], blob("FooAppDelegate.m").language
assert_equal Language['Objective-C'], blob("FooAppDelegate.h").language
assert_equal Language['OpenCL'], blob("fft.cl").language
assert_equal Language['GAS'], blob("hello.s").language
# Config files