mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add .xqm to XQuery
This commit is contained in:
@@ -570,9 +570,10 @@ XML:
|
||||
- .rdf
|
||||
XQuery:
|
||||
:ext:
|
||||
- .xqy
|
||||
- .xq
|
||||
- .xqm
|
||||
- .xquery
|
||||
- .xqy
|
||||
XS:
|
||||
:lexer: c
|
||||
:ext:
|
||||
|
||||
@@ -224,6 +224,9 @@ class TestBlob < Test::Unit::TestCase
|
||||
assert_equal Language['YAML'], blob(".gemrc").language
|
||||
|
||||
assert_equal Language['Text'], blob("README").language
|
||||
|
||||
# https://github.com/xquery/xprocxq/blob/master/src/xquery/util.xqm
|
||||
assert_equal Language['XQuery'], blob("xprocxq.xqm").language
|
||||
end
|
||||
|
||||
def test_lexer
|
||||
|
||||
Reference in New Issue
Block a user