Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into new-styles
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/languages/crmsh.js
  • Loading branch information
Sannis committed Oct 22, 2015
2 parents b5a91e9 + 4e9dfd7 commit f56a11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/languages/crmsh.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function(hljs) {
className: 'title',
end: '\\s*[\\$\\w_][\\w_-]*',
starts: {
end: '\\s*@?[\\w_][\\w_\\.:-]*',
end: '\\s*@?[\\w_][\\w_\\.:-]*'
}
}
},
Expand All @@ -59,7 +59,7 @@ function(hljs) {
keywords: COMMANDS,
starts: {
className: 'title',
end: '[\\$\\w_][\\w_-]*',
end: '[\\$\\w_][\\w_-]*'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/languages/sqf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f56a11d

Please sign in to comment.