summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-05-19 11:26:44 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-19 11:26:44 +0200
commit5f1b115afd92544ce64d563da0d8ee9844abb10a (patch)
tree74c693dd155b6655dbaecfe7effb6c4870365782 /src/version.c
parent4d7892bfb1dbcc8ba19d9c60c63b3d11b758553f (diff)
patch 9.1.0421: filetype: hyprlang files are not recognizedv9.1.0421
Problem: filetype: hyprlang files are not recognized Solution: recognize 'hypr{land,paper,idle,lock}.conf' files as 'hyprlang' filetype, add hyprlang ftplugin (Riley Bruins) closes: #14803 Signed-off-by: Riley Bruins <ribru17@hotmail.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 aafbddcd8e..df50a43032 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 */
/**/
+ 421,
+/**/
420,
/**/
419,