summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorlu4nx <lx@shellcodes.org>2022-11-23 23:54:54 +0800
committerEli Zaretskii <eliz@gnu.org>2022-11-23 20:31:18 +0200
commit325515f9792321c3ccc183a9e70fe121a5337fc3 (patch)
treeb22facfa03c3832c21c4dd1a5a0d04cd362bcaa1 /lib-src
parent275bc7828645312feaa446af959cce5c659123f3 (diff)
downloademacs-325515f9792321c3ccc183a9e70fe121a5337fc3.tar.gz
Support Racket programs in 'etags'
* lib-src/ctags.c (Scheme_suffixes): Add the Racket language extension ".rkt". Copyright-paperwork-exempt: yes
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index ed8a2184649..3107c7b380e 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -774,7 +774,7 @@ static const char Rust_help [] =
/* 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\