Hi, Attached is a small patch for highlighting the "qualified" keyword when using Clean syntax highlighting.
- Jurriƫn -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
diff -r c61da758a9a2 runtime/syntax/clean.vim --- a/runtime/syntax/clean.vim Wed Apr 24 18:34:45 2013 +0200 +++ b/runtime/syntax/clean.vim Thu Apr 25 12:41:21 2013 +0200 @@ -2,7 +2,7 @@ " Language: Clean " Author: Pieter van Engelen <[email protected]> " Co-Author: Arthur van Leeuwen <[email protected]> -" Last Change: 2011 Dec 25 by Thilo Six +" Last Change: 2013 Apr 25 by Jurri?n Stutterheim " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded @@ -18,7 +18,7 @@ " Some Clean-keywords syn keyword cleanConditional if case syn keyword cleanLabel let! with where in of -syn keyword cleanInclude from import +syn keyword cleanInclude from import qualified syn keyword cleanSpecial Start syn keyword cleanKeyword infixl infixr infix syn keyword cleanBasicType Int Real Char Bool String
