Skip to content
Snippets Groups Projects
  1. Nov 27, 2016
  2. Nov 21, 2016
  3. Nov 09, 2016
    • Jim Avery's avatar
      [swift mode] Various improvements · 4a1ed913
      Jim Avery authored
       - Added for as a defining keyword
       - Added new types and operators
       - Fixed numbers so basic integers are represented
       - Identifiers can now be surrounded with backticks
       - Properties and #/@ instructions are now distinct, with the latter represented as a builtin type
       - Properties are now matched before punctuation. Code can now fold.
       - Remove the regexp checking as that syntax does not currently exist in Swift
       - Added tests
      4a1ed913
  4. Oct 17, 2016
  5. Oct 04, 2016
  6. Sep 26, 2016
  7. Sep 20, 2016
  8. Sep 05, 2016
  9. Aug 28, 2016
  10. Aug 22, 2016
  11. Aug 15, 2016
  12. Jul 07, 2016
  13. Jun 09, 2016
  14. Apr 20, 2016
  15. 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
  16. Mar 31, 2016
  17. Mar 27, 2016
  18. Mar 24, 2016
  19. Mar 21, 2016
  20. Mar 07, 2016
  21. Feb 28, 2016
  22. Feb 22, 2016
  23. Feb 18, 2016
  24. Dec 29, 2015
  25. Dec 28, 2015
  26. Dec 20, 2015
  27. Dec 16, 2015
  28. Nov 25, 2015
  29. Nov 24, 2015
    • Marijn Haverbeke's avatar
      Rewrite atomic selection skipping · 0df380b6
      Marijn Haverbeke authored
      The code is now clearer, and will prefer the nearer end of the atomic
      range as long as that means there is still progress (i.e. the cursor
      does not get stuck).
      
      Issue #3658
      0df380b6
  30. Nov 07, 2015
  31. Oct 30, 2015
  32. Oct 15, 2015
  33. Sep 21, 2015
  34. Sep 02, 2015
Loading