Merge pull request #2803 from c-lipka/master

Added support for the POV-Ray Scene Description Language.
This commit is contained in:
Arfon Smith
2016-02-28 07:33:05 -07:00
16 changed files with 14020 additions and 0 deletions

10
lib/linguist/languages.yml Normal file → Executable file
View File

@@ -2564,6 +2564,16 @@ PLpgSQL:
extensions:
- .sql
POV-Ray SDL:
type: programming
aliases:
- pov-ray
- povray
extensions:
- .pov
- .inc
ace_mode: text
Pan:
type: programming
color: '#cc0000'