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
|
Mehdi Kabab
|
||||||
Sindre R. Myren
|
Sindre R. Myren
|
||||||
Patrick Georgi <patrick.georgi@coresystems.de>
|
Patrick Georgi <patrick.georgi@coresystems.de>
|
||||||
|
Adrien Bustany
|
||||||
|
|
||||||
And all the nice users who spent time reporting issues and promoting
|
And all the nice users who spent time reporting issues and promoting
|
||||||
the project. The project could not live without them.
|
the project. The project could not live without them.
|
@ -38,7 +38,8 @@ class IDF_Views_Source
|
|||||||
'cyc', 'java', 'bsh', 'csh',
|
'cyc', 'java', 'bsh', 'csh',
|
||||||
'sh', 'cv', 'py', 'perl', 'php',
|
'sh', 'cv', 'py', 'perl', 'php',
|
||||||
'pl', 'pm', 'rb', 'js', 'html',
|
'pl', 'pm', 'rb', 'js', 'html',
|
||||||
'html', 'xhtml', 'xml', 'xsl');
|
'html', 'vala', 'xhtml', 'xml',
|
||||||
|
'xsl');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display help on how to checkout etc.
|
* Display help on how to checkout etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user