summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 18:58:34 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 18:58:34 +0200
commit4ff83b904ea579e51a0da5d2c6c3873ccef4ac0e (patch)
tree53a780473b1d3110fe1e4d7d2506724b9675aa57 /src/version.c
parente523dd9803ed62ea0657af8c85ab7bdfe80f4c53 (diff)
patch 9.1.0235: filetype: supertux files are not recognizedv9.1.0235
Problem: filetype: supertux files are not recognized Solution: Supertux uses lisp to store hotkeys in config and game stage information, so add a pattern for supertux files. (Wu, Zhenyu) Reference: https://github.com/SuperTux/supertux/wiki/S-Expression closes: #14356 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> 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 a5395e9ca4..439c4e716d 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 */
/**/
+ 235,
+/**/
234,
/**/
233,