--- Begin Message ---
Subject: |
[PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt |
Date: |
Wed, 23 Nov 2022 23:55:35 +0800 |
---
lib-src/etags.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib-src/etags.c b/lib-src/etags.c
index f665f35fa6..02088d1bc7 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -781,7 +781,7 @@ #define STDIN 0x1001 /* returned by
getopt_long on --parse-stdin */
/* Can't do the `SCM' or `scm' prefix with a version number. */
static const char *Scheme_suffixes [] =
- { "oak", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
+ { "oak", "rkt", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
static const char Scheme_help [] =
"In Scheme code, tags include anything defined with 'def' or with a\n\
construct whose name starts with 'def'. They also include\n\
--
2.38.1
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt |
Date: |
Wed, 23 Nov 2022 20:34:11 +0200 |
> Cc: lu4nx <lx@shellcodes.org>
> From: lu4nx <lx@shellcodes.org>
> Date: Wed, 23 Nov 2022 23:54:54 +0800
>
> ---
> lib-src/etags.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, installed.
--- End Message ---