1. 05 Jul, 2014 2 commits
    • Lisandro Dalcin's avatar
      Merge pull request #304 from immerrr/fix-emacs-keywords · a7d594b2
      Lisandro Dalcin authored
      cython-mode.el: add missing grouping to keyword regexps
      a7d594b2
    • immerrr's avatar
      cython-mode.el: fix and improve font-locking · 846667d3
      immerrr authored
      * fix font-locking of keyword regexps (matcher was referring to group
        that ceased to exist after 0a7e8d60)
      
      * fix adding customized font-lock-keywords
      
        Old code behaved bad because it changed an element of a list that was
        compiled into "python-mode" function definition.  This had an
        unfortunate side effect of propagating cython-specific keywords into
        vanilla python buffers.
      
      * fontify new types in ctypedef statements
      
      * add more keywords ("cppclass", "new", "del", etc.)
      
      * add more builtin types ("Py_UNICODE", "ptrdiff_t", etc.)
      
      * fix font-locking of "except?"
      
      * fontify types with font-lock-type-face, not py-class-name-face
      846667d3
  2. 04 Jul, 2014 3 commits
  3. 29 Jun, 2014 5 commits
  4. 28 Jun, 2014 2 commits
  5. 27 Jun, 2014 5 commits
  6. 25 Jun, 2014 2 commits
  7. 23 Jun, 2014 1 commit
  8. 22 Jun, 2014 14 commits
  9. 18 Jun, 2014 5 commits
  10. 17 Jun, 2014 1 commit