summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorHilmar Wiegand <me@hwgnd.de>2024-04-02 18:54:54 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-02 18:58:40 +0200
commit6c9f4f98f1cda3793406724a260cd651210a5d0d (patch)
tree008ca7995ebf870b963882b47b763f399e0ba7c7 /src/version.c
parentcc7597c1edf478ad912d45b27f17175236f9791e (diff)
patch 9.1.0253: filetype: typespec files are not recognizedv9.1.0253
Problem: filetype: typespec files are not recognized Solution: Detect '*.tsp' files as typespec (Hilmar Wiegand) Specs is at https://typespec.io/ closes: #14392 Signed-off-by: Hilmar Wiegand <me@hwgnd.de> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e927c0b016..4c7ab84362 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 253,
+/**/
252,
/**/
251,