Add dummy entry for "do" snippet for Haskell to explicitly avoid the default completion.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5203 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
97ea7fa620
commit
c5867895f9
@ -1,3 +1,10 @@
|
||||
2010-08-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* data/snippets.conf:
|
||||
Add dummy entry for "do" snippet for Haskell to explicitly avoid the
|
||||
default completion.
|
||||
|
||||
|
||||
2010-08-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* src/build.c:
|
||||
|
@ -63,3 +63,6 @@ class=class %cursor%:\n\t""" Class doc """\n\t\n\tdef __init__ (self):\n\t\t"""
|
||||
iferr=iferr%block_cursor%fix%block%
|
||||
monitor=monitor%block_cursor%handle%block%
|
||||
|
||||
[Haskell]
|
||||
# prevent completion of "do"-while-loops in Haskell
|
||||
do=
|
||||
|
Loading…
x
Reference in New Issue
Block a user