Add support for Wavefront OBJ/MTL files

This commit is contained in:
Alhadis
2016-05-27 21:02:39 +10:00
parent 8b0b14c9a6
commit 255db77f1f
5 changed files with 39 additions and 0 deletions

View File

@@ -3873,6 +3873,20 @@ Vue:
tm_scope: text.html.vue
ace_mode: html
Wavefront Material:
type: data
extensions:
- .mtl
tm_scope: source.wavefront.mtl
ace_mode: text
Wavefront Object:
type: data
extensions:
- .obj
tm_scope: source.wavefront.obj
ace_mode: text
Web Ontology Language:
type: markup
color: "#9cc9dd"