Support Racket programs in 'etags'
* lib-src/ctags.c (Scheme_suffixes): Add the Racket language extension ".rkt". Copyright-paperwork-exempt: yes
This commit is contained in:
parent
275bc78286
commit
325515f979
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue