1. 05 Jul, 2014 1 commit
    • 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. 29 Jun, 2014 5 commits
  3. 28 Jun, 2014 2 commits
  4. 27 Jun, 2014 5 commits
  5. 25 Jun, 2014 2 commits
  6. 23 Jun, 2014 1 commit
  7. 22 Jun, 2014 14 commits
  8. 18 Jun, 2014 5 commits
  9. 17 Jun, 2014 5 commits