mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
Merge pull request #2803 from c-lipka/master
Added support for the POV-Ray Scene Description Language.
This commit is contained in:
10
lib/linguist/languages.yml
Normal file → Executable file
10
lib/linguist/languages.yml
Normal file → Executable 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'
|
||||
|
||||
Reference in New Issue
Block a user