Skip to content

Commit

Permalink
Merge pull request #949 from jneen/dblessing-patch-1
Browse files Browse the repository at this point in the history
Add 'obj-c', 'obj_c' as ObjectiveC aliases
  • Loading branch information
dblessing authored Jun 21, 2018
2 parents ea7675f + 386b95a commit c5f4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/objective_c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ObjectiveC < C
tag 'objective_c'
title "Objective-C"
desc 'an extension of C commonly used to write Apple software'
aliases 'objc'
aliases 'objc', 'obj-c', 'obj_c'
filenames '*.m', '*.h'

mimetypes 'text/x-objective_c', 'application/x-objective_c'
Expand Down

0 comments on commit c5f4288

Please sign in to comment.