Skip to content

Commit

Permalink
Recognize .cls as Apex
Browse files Browse the repository at this point in the history
  • Loading branch information
zxqfl committed Jul 31, 2019
1 parent 90bfc90 commit f36240d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,6 @@ ApacheConf:
tm_scope: source.apache-config
ace_mode: apache_conf
language_id: 16
Apex:
type: programming
extensions:
- ".cls"
tm_scope: source.java
ace_mode: java
codemirror_mode: clike
codemirror_mime_type: text/x-java
language_id: 17
Apollo Guidance Computer:
type: programming
group: Assembly
Expand Down Expand Up @@ -5392,3 +5383,12 @@ Perl:
aliases:
- cperl
language_id: 282
Apex:
type: programming
extensions:
- ".cls"
tm_scope: source.java
ace_mode: java
codemirror_mode: clike
codemirror_mime_type: text/x-java
language_id: 17

0 comments on commit f36240d

Please sign in to comment.