Skip to content

Commit

Permalink
Rename hylang's built_in to builtin-name
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Feb 11, 2017
1 parent e9b3ee2 commit 57f97ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/hy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Category: lisp

function(hljs) {
var keywords = {
built_in:
'builtin-name':
// keywords
'!= % %= & &= * ** **= *= *map ' +
'+ += , --build-class-- --import-- -= . / // //= ' +
Expand Down

0 comments on commit 57f97ef

Please sign in to comment.