Fixed issue 224, add Vala support to source browser.
This commit is contained in:
parent
39699ba723
commit
2c9cf96245
1
AUTHORS
1
AUTHORS
@ -13,6 +13,7 @@ Much appreciated contributors:
|
||||
Mehdi Kabab
|
||||
Sindre R. Myren
|
||||
Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
Adrien Bustany
|
||||
|
||||
And all the nice users who spent time reporting issues and promoting
|
||||
the project. The project could not live without them.
|
@ -38,7 +38,8 @@ class IDF_Views_Source
|
||||
'cyc', 'java', 'bsh', 'csh',
|
||||
'sh', 'cv', 'py', 'perl', 'php',
|
||||
'pl', 'pm', 'rb', 'js', 'html',
|
||||
'html', 'xhtml', 'xml', 'xsl');
|
||||
'html', 'vala', 'xhtml', 'xml',
|
||||
'xsl');
|
||||
|
||||
/**
|
||||
* Display help on how to checkout etc.
|
||||
|
Loading…
Reference in New Issue
Block a user