mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Merge pull request #823 from github/pod
Add separate entry for Pod format
This commit is contained in:
@@ -1216,6 +1216,15 @@ Pike:
|
|||||||
extensions:
|
extensions:
|
||||||
- .pmod
|
- .pmod
|
||||||
|
|
||||||
|
Pod:
|
||||||
|
type: prose
|
||||||
|
lexer: Text only
|
||||||
|
ace_mode: perl
|
||||||
|
wrap: true
|
||||||
|
primary_extension: .pod
|
||||||
|
interpreters:
|
||||||
|
- perl
|
||||||
|
|
||||||
PogoScript:
|
PogoScript:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#d80074"
|
color: "#d80074"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -369,7 +369,7 @@ class TestLanguage < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_by_type
|
def test_by_type
|
||||||
assert_equal 8, Language.by_type(:prose).length
|
assert_equal 9, Language.by_type(:prose).length
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_colorize
|
def test_colorize
|
||||||
|
|||||||
Reference in New Issue
Block a user