annotate runtime/vim16x16.xpm @ 34591:19caff944d87
v9.1.0188
patch 9.1.0188: filetype: no support for Vento files
Commit: https://github.com/vim/vim/commit/9f26e5a9bcedb3caef26e9d77849ea37a3626bbf
Author: wrapperup <wrapperup4@gmail.com>
Date: Tue Mar 19 18:06:22 2024 +0100
patch 9.1.0188: filetype: no support for Vento files
Problem: Vento files are not recognized.
Solution: Recognize *.vto files as filetype "vento" (wrapperup)
Vento is a templating engine https://vento.js.org/
closes: #14229
Signed-off-by: wrapperup <wrapperup4@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 19 Mar 2024 18:15:07 +0100 |
parents |
3fc0f57ecb91 |
children |
8f04cf65ecff |
rev |
line source |
7
|
1 /* XPM */
|
|
2 static char * vim16x16[] = {
|
|
3 "16 16 8 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #000080",
|
|
7 "@ c #008000",
|
|
8 "# c #00FF00",
|
|
9 "$ c #808080",
|
|
10 "% c #C0C0C0",
|
|
11 "& c #FFFFFF",
|
|
12 " .....#. .... ",
|
|
13 " .&&&&&.@.&&&&. ",
|
|
14 " .%%%%%$..%%%%$.",
|
|
15 " .%%%$.@.&%%$. ",
|
|
16 " .%%%$..&%%$. ",
|
|
17 " .%%%$.&%%$.. ",
|
|
18 " #.%%%$&%%$.@@. ",
|
|
19 "#@.%%%&%%$.@@@@.",
|
|
20 ".@.%%%%%..@@@@+ ",
|
|
21 " ..%%%%.%...@. ",
|
|
22 " .%%%%...%%.%. ",
|
|
23 " .%%%.%%.%%%%%.",
|
|
24 " .%%$..%.%.%.%.",
|
|
25 " .%$.@.%.%.%.%.",
|
|
26 " .. .%%.%.%.%.",
|
|
27 " .. . . . "};
|