mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add minimal support for recognizing OpenSCAD files.
As 3D printing becomes more popular, more OpenSCAD projects will appear on github. This change allows linguist to recognize those projects. Hopefully, this will make finding projects easier.
This commit is contained in:
@@ -1509,6 +1509,12 @@ OpenEdge ABL:
|
||||
extensions:
|
||||
- .p
|
||||
|
||||
OpenSCAD:
|
||||
type: programming
|
||||
lexer: Text only
|
||||
extensions:
|
||||
- .scad
|
||||
|
||||
Org:
|
||||
type: prose
|
||||
lexer: Text only
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user