Skip to content

Commit 0fcdca6

Browse files
committed
Merge pull request github-linguist#1995 from phuicy/master
Support for web ontology language (OWL)
2 parents 9ec801d + d39f5ee commit 0fcdca6

2 files changed

Lines changed: 6866 additions & 0 deletions

File tree

lib/linguist/languages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,6 +3101,14 @@ Volt:
31013101
tm_scope: source.d
31023102
ace_mode: d
31033103

3104+
Web Ontology Language:
3105+
type: markup
3106+
color: "#3994bc"
3107+
extensions:
3108+
- .owl
3109+
tm_scope: text.xml
3110+
ace_mode: xml
3111+
31043112
WebIDL:
31053113
type: programming
31063114
extensions:

0 commit comments

Comments
 (0)