Bug#399784: Please add filetype config for quixote files

Santiago Ruano Rincón santiago at unicauca.edu.co
Wed Nov 22 00:08:19 UTC 2006


Package: vim
Version: 1:7.0-164+1
Severity: wishlist
Tags: patch

Quixote is a framework for developing Web applications in python, it
uses a python-based template language in .ptl files. The same color
syntax for python works for them.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8)

Versions of packages vim depends on:
ii  libc6                        2.3.6.ds1-3 GNU C Library: Shared libraries
ii  libgpmg1                     1.19.6-22   General Purpose Mouse - shared lib
ii  libncurses5                  5.5-5       Shared libraries for terminal hand
ii  vim-common                   1:7.0-164+1 Vi IMproved - Common files
ii  vim-runtime                  1:7.0-164+1 Vi IMproved - Runtime files

vim recommends no packages.

-- no debconf information
-------------- next part --------------
--- /home/santiago/tmp/filetype.vim	2006-11-20 15:12:33.000000000 -0500
+++ filetype.vim	2006-11-20 15:13:33.000000000 -0500
@@ -1324,6 +1324,9 @@
 " Python
 au BufNewFile,BufRead *.py,*.pyw		setf python
 
+" Quixote
+au BufNewFile,BufRead *.ptl			setf python
+
 " Radiance
 au BufNewFile,BufRead *.rad,*.mat		setf radiance
 


More information about the pkg-vim-maintainers mailing list