* viewcvs/lib/viewcvs.py

(enscript_extensions): Add '.cs', '.bas', and '.cls' extensions,
    mapping to 'csharp', 'vba', and 'vba', respectivelyly, at the
    request of Bo Berglund <bo.berglund@telia.com> and Hern��n Mart��nez
    Foffani <hernan@orgmf.com.ar>.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1042 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
cmpilato 2005-02-22 15:09:09 +00:00
parent 81aaaab615
commit 329a9edab4
1 changed files with 3 additions and 0 deletions

View File

@ -1215,10 +1215,13 @@ enscript_extensions = {
'.adb' : 'ada',
'.ads' : 'ada',
'.awk' : 'awk',
'.bas' : 'vba',
'.c' : 'c',
'.c++' : 'cpp',
'.cc' : 'cpp',
'.cls' : 'vba',
'.cpp' : 'cpp',
'.cs' : 'csharp',
'.csh' : 'csh',
'.cxx' : 'cpp',
'.diff' : 'diffu',