diff --git a/readthedocs/projects/constants.py b/readthedocs/projects/constants.py index 2af44ab219e..8971262399d 100644 --- a/readthedocs/projects/constants.py +++ b/readthedocs/projects/constants.py @@ -273,6 +273,16 @@ ('csharp', 'C#'), ('cpp', 'C++'), ('objc', 'Objective-C'), + ('css', 'CSS'), + ('ts', 'TypeScript'), + ('swift', 'Swift'), + ('vb', 'Visual Basic'), + ('r', 'R'), + ('scala', 'Scala'), + ('groovy', 'Groovy'), + ('coffee', 'CoffeeScript'), + ('lua', 'Lua'), + ('haskell', 'Haskell'), ('other', 'Other'), )