Dag Odenhall

Results 84 issues of Dag Odenhall

My apologies if this has been discussed previously; I could find no relevant issues. I'd like to be able to see where a blacklisting of a hostname is coming from,...

Let's say the binding is CTRL-X. Now we can be more selective: `rm *.png` CTRL-X `rm a.png bc.png foo.png` CTRL-W `rm a.png bc.png` We can confirm that we typed the...

enhancement
RFC

Have a look at [the source](https://github.com/dag/flask-genshi/blob/master/flaskext/genshi.py) for my Flask-Genshi extension for hints at how to integrate fully with Flask. Of primary interest is probably the template_loader, for supporting flask.Module templates,...

enhancement

Vim2hs is a bit of a kitchen sink that I've been using for experimenting with Haskell in Vim, and that I've thus intentionally avoided announcing officially anywhere. I want to...

enhancement

This should highlight as a type signature, but doesn't: ``` haskell a, b, c :: SameType ```

bug

I thought I was following it mostly, but seems I either misread it or it changed since I first read it (probably the former). The main concern is that vim2hs...

enhancement

``` haskell f $ x = f x ``` Highlights as a function definition for `f` rather than `$`. Getting this right might be difficult, though: ``` haskell map (x...

bug

Add support for TeX in Literate Haskell, possibly autodetected like in Pygments (first non-whitespace is \ or %).

enhancement

Maybe just highlight as `TOP`, but need to research how dissimilar rewrite rules are to normal Haskell code.

enhancement