* Naming conventions for major modes based on tree-sitter
@ 2023-06-26 7:13 Ruby Iris Juric
2023-06-26 11:50 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Ruby Iris Juric @ 2023-06-26 7:13 UTC (permalink / raw)
To: help-gnu-emacs
Hello all,
I'm currently developing a major mode based on treesit.el. It seems like
all major modes included in Emacs include the "ts" signifier in their
name - is this a convention that all treesit.el-based modes should use,
or is this only being done to prevent conflicts with existing modes in
Emacs? I ask since there isn't an existing major mode for this language
yet, so I'm not sure whether it's good practice for me to include "ts"
in the mode name.
Thanks,
Ruby
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Naming conventions for major modes based on tree-sitter
2023-06-26 7:13 Naming conventions for major modes based on tree-sitter Ruby Iris Juric
@ 2023-06-26 11:50 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-06-26 11:50 UTC (permalink / raw)
To: help-gnu-emacs
> From: Ruby Iris Juric <ruby@srxl.me>
> Date: Mon, 26 Jun 2023 17:13:11 +1000
>
> I'm currently developing a major mode based on treesit.el. It seems like
> all major modes included in Emacs include the "ts" signifier in their
> name - is this a convention that all treesit.el-based modes should use,
> or is this only being done to prevent conflicts with existing modes in
> Emacs? I ask since there isn't an existing major mode for this language
> yet, so I'm not sure whether it's good practice for me to include "ts"
> in the mode name.
IMO, it is better to have "-ts-" in the mode's name, so that both
users and developers have an indication that the mode needs
tree-sitter.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-26 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 7:13 Naming conventions for major modes based on tree-sitter Ruby Iris Juric
2023-06-26 11:50 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).