Skip to content

Commit

Permalink
Zeroed relevance of the indentation TAB in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Jul 24, 2014
1 parent 5f25588 commit 9927736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function(hljs) {
},
{
begin: /^\t+/, end: /$/,
relevance: 0,
contains: [
hljs.QUOTE_STRING_MODE,
VARIABLE
Expand Down

0 comments on commit 9927736

Please sign in to comment.