1. 14 10月, 2016 2 次提交
  2. 27 9月, 2016 1 次提交
    • M
      Fix colorization of markdown links and inlines inside of lists and quotes · 0b70faee
      Matt Bierner 提交于
      Issue #12344
      
      **Bug**
      Current colorization rules are too relaxed. Links inside lists of block quotes for example end up getting colored differently than normal links.
      
      **Fix**
      - Add a scope to the textmate markdown grammar so that we can identify the symbol that starts a list or quote.
      - Remove text colorization rule for lists and quotes since this just duplicates the normal text color.
      - Only apply special puctuator colorization to the start symbol for lists and quotes
      0b70faee
  3. 14 6月, 2016 1 次提交
  4. 12 4月, 2016 1 次提交
  5. 14 3月, 2016 3 次提交