Commits on Feb 19, 2016

  1. Bump version number post-5.12

    marijnh committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    a196861 View commit details
    Browse the repository at this point in the history
  2. Delete duplicate entry "MariaDB" from mode/meta.js

    It's already listed above as "MariaDB SQL".
    
    Also add the ".mps" extension to the MUMPS mode.
    Dominator008 authored and marijnh committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    68076a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Fix boundary detection logic in findMarks

    Closes #3840
    marijnh committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    aae30f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. [mode/meta] Add cljc, cljx, and edn extensions for clojure language

    ken restivo authored and marijnh committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    caed330 View commit details
    Browse the repository at this point in the history
  2. Nit: add semicolons to the end of several modes.

    Fixes #3842.
    Dominator008 authored and marijnh committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    8b9066a View commit details
    Browse the repository at this point in the history
  3. [dylan mode] Improve and add tests

     * Support nested block comments.
     * Improve number and operator parsing.
     * Improve string parsing.
     * Style brackets correctly.
     * Improve #-words.
    waywardmonkeys authored and marijnh committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    3f752d0 View commit details
    Browse the repository at this point in the history
  4. Fix bad assumption in skipAtomic

    Closes #3846
    marijnh committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    430ee2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4df2c76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e1e203 View commit details
    Browse the repository at this point in the history
  7. [lint addon] Show all hints in tooltip for overlapping annotations

    When hovering a line with multiple lint annotations, codeMirror will
    now show all the attached markers instead of just the first one
    geowarin authored and marijnh committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    9e31c01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffa4589 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    0291f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1eca87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2d9b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a88838 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    f95803c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Fix one more bad assumption in skipAtomic

    Closes #3846.
    Dominator008 authored and marijnh committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    24d6057 View commit details
    Browse the repository at this point in the history
  2. [r mode] Add “.” to wordChars

    flying-sheep authored and marijnh committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    877b2b1 View commit details
    Browse the repository at this point in the history
  3. [mode/meta] Add a mime type and separate modeInfo entry for edn

    This allows findModeByName to work for edn and seems more consistent
    with how JSON is handled.
    djwhitt authored and marijnh committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    8799d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11f3d96 View commit details
    Browse the repository at this point in the history
  5. [twig mode] Support a base mode option

    TDaglis authored and marijnh committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    a448b97 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    d867743 View commit details
    Browse the repository at this point in the history
  2. [protobuf mode] Add

    Closes #3861
    tristantarrant authored and marijnh committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    72d4770 View commit details
    Browse the repository at this point in the history
  3. [protobuf mode] Integrate

    Issue #3862
    marijnh committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    4787735 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    afed95a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. [troff mode] Fix MIME type

    `text/troff` is the standard approved by IANA. Also add some
    non-standard MIME types.
    https://bugs.freedesktop.org/show_bug.cgi?id=5072
    sinkuu authored and marijnh committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    12168b2 View commit details
    Browse the repository at this point in the history
  2. [troff mode] Remove bogus MIME string

    Issue #3869
    marijnh committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    0514f28 View commit details
    Browse the repository at this point in the history
  3. [vim] fix s in visual block mode

    nightwing authored and marijnh committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    79193c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    d9b821a View commit details
    Browse the repository at this point in the history
  2. [velocity mode] Fix parsing of variables in nested quotes

    Closes #3876
    Steve O'Hara authored and marijnh committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    be7612d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. [changelog] Fix typo in date

    guraga authored and marijnh committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    934dd97 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. [jsx mode] Support a 'base' configuration parameter

    To configure the inner mode.
    
    Closes #3893
    marijnh committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    1de61c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1a355 View commit details
    Browse the repository at this point in the history
  3. [dart mode] Support nested block comments

    Closes #3878
    marijnh committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    d4dbbce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b0b4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feed440 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecaa891 View commit details
    Browse the repository at this point in the history
  7. Mark release 5.13.0

    marijnh committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    8e6158c View commit details
    Browse the repository at this point in the history