Skip to content

Commit

Permalink
Merge pull request #1728 from vkehayas/master
Browse files Browse the repository at this point in the history
Include more built-ins for MATLAB
  • Loading branch information
ldct committed Jul 22, 2018
2 parents 50a41bf + b5254a0 commit 2fa07a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/languages/matlab.js
Expand Up @@ -42,7 +42,9 @@ function(hljs) {
'triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute ' +
'shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan ' +
'isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal ' +
'rosser toeplitz vander wilkinson'
'rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table ' +
'readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun ' +
'legend intersect ismember procrustes hold num2cell '
},
illegal: '(//|"|#|/\\*|\\s+/\\w+)',
contains: [
Expand Down

0 comments on commit 2fa07a1

Please sign in to comment.