Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-13000

Matlab/Octave Syntax Highlighting (BB-16179)

    XMLWordPrintable

Details

    Description

      The syntax highlighting for Matlab/Octave language does not appear to function correctly. You can easily reproduce this adding the following code on Bitbucket and save that as octave/matlab extension.

      isOctave = (exist ('OCTAVE_VERSION', 'builtin' > 0);
      if isOctave
      pkg load nurbs; % for Octave
      end

      The syntaxy highlighting should appears like this:
      http://pygments.org/demo/5749081/

      Attachments

        Activity

          People

            Unassigned Unassigned
            rrudnicki Renato Rudnicki (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: