Merge pull request #3034 from github/3020-local

Add support for Wavefront OBJ/MTL files: part deux
This commit is contained in:
Arfon Smith
2016-06-02 11:00:04 -06:00
14 changed files with 1945 additions and 0 deletions

View File

@@ -3908,6 +3908,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"