Package: vim-runtime
Version: 2:7.2.148-2
Severity: minor

vim highlights YAML files in a way that does not follow the actual YAML syntax.

For example, in the attached file:
- "date" and "non-date" should be highlighted in the same way, as they are both string keys; - "2009-01-01" and "01-2009-01" should be highlighted in a distinct way, as the former is a date and the latter is a plain string; - "string" and "2nd-string" should be highlighted in the same way, as they are both strings.


-- System Information:
Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim-runtime depends on:
ii  dpkg                          1.15.3     Debian package management system

Versions of packages vim-runtime recommends:
ii  vim                          2:7.2.148-2 Vi IMproved - enhanced vi editor
ii  vim-gtk [vim]                2:7.2.148-2 Vi IMproved - enhanced vi editor -

vim-runtime suggests no packages.

-- no debconf information

--
Jakub Wilk
date: 2009-01-01
non-date: 01-2009-01
strings:
- string
- 2nd-string

<<attachment: test.png>>

Reply via email to