summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authortris203 <admin@snappeh.com>2024-05-02 13:08:25 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-02 13:08:25 +0200
commit54e79157c536c631b2f9b3dfefec30b9b966ed97 (patch)
tree0c7b8aeb8148ee123dd91fcc5a8bd402733ae7ee /src/version.c
parent2ffdae79487cb7e323383eda9ae96c2e9d1625bd (diff)
patch 9.1.0389: filetype: templ files are not recognizedv9.1.0389
Problem: filetype: templ files are not recognized Solution: Detect '*.templ' files as filetype templ (Tristan Knight) See: - https://github.com/a-h/templ - https://templ.guide/ closes: #14697 Signed-off-by: tris203 <admin@snappeh.com> 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 9934643058..da56ffc1ca 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 */
/**/
+ 389,
+/**/
388,
/**/
387,