Skip to content
Snippets Groups Projects
  1. May 09, 2016
  2. May 05, 2016
  3. May 02, 2016
  4. Apr 30, 2016
  5. Apr 22, 2016
  6. Apr 20, 2016
  7. Apr 19, 2016
  8. Apr 18, 2016
  9. Apr 17, 2016
  10. Apr 12, 2016
    • James Howard's avatar
      [gfm mode] Fix fenced code block mode switching for objective-c · 44410cd6
      James Howard authored
      There were two issues:
      
      1. Github flavored markdown calls Objective C `objective-c`
      2. The gfm.js mode didn't include `-` in its fenced code block regex
      
      Additionally, test/index.html did not import the mode/meta.js file,
      which prevented mode lookup by name from working in unit tests.
      44410cd6
  11. Apr 08, 2016
  12. Apr 07, 2016
  13. Apr 05, 2016
  14. Mar 31, 2016
  15. Mar 29, 2016
  16. Mar 28, 2016
  17. Mar 27, 2016
    • Marijn Haverbeke's avatar
      [powershell mode] Integrate · c9b28f62
      Marijn Haverbeke authored
      Issue #3911
      c9b28f62
    • Andrey Shchekin's avatar
      [powershell mode] Prepare for merge into CodeMirror repository · 95f68406
      Andrey Shchekin authored
      Added tests and fixed some issues uncovered by testing.
      95f68406
    • Ben Miller's avatar
      [powershell mode] Improve · d0e82a76
      Ben Miller authored
      corrected angle bracket matching in operators (fixes block comments)
      corrected digit matching regex
      corrected spelling of 'identifier' in grammar dictionary
      notCharacterOrDash explicitly includes lowercase characters
      improved variable matching
      splatted variables now match
      bare '$' and '@' are errors, not variables
      moved single-quoted string processing into tokenSingleQuoteString
      incomplete strings are errors now
      empty strings are no longer errors
      added support for here-string interpolation with nesting support
      added highlighting for splatted vars
      removed arbitrary stream advancement prior to default error in tokenBase
      enabled folding braces
      d0e82a76
Loading