~ubuntu-branches/ubuntu/lucid/highlighting-kate/lucid

« back to all changes in this revision

Viewing changes to Text/Highlighting/Kate/Syntax/LiterateHaskell.hs

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2009-07-29 02:56:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090729025650-wfbvr5xduppcpnfx
Tags: 0.2.5-2
Copy a rule from hlibrary.mk to cater for the non-standard documentation
package name

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  context <- currentContext
51
51
  case context of
52
52
    "literate-normal" -> return ()
53
 
    "normal" -> pushContext "literate-normal"
54
 
    "comment_single_line" -> (popContext >> return ())
 
53
    "normal" -> (popContext >> return ())
 
54
    "comment_single_line" -> (popContext >> popContext >> return ())
55
55
    "comment_multi_line" -> return ()
56
56
    "string" -> return ()
57
57
    "infix" -> return ()