You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , Thanks for this great package! I am enjoying it.
In Emacs 29, the native tree-sitter is introduced. Also some new major-modes are introduced, e.g. python-ts-mode, c-ts-mode, go-ts-mode, etc. Now yasnippet doesn't support these major modes. Can you please support?
BTW, ,my workaround is making symlinks for new major modes. e.g. python-ts-mode -> python-mode, or making a new directory and set .yas-parents.
The text was updated successfully, but these errors were encountered:
Actually this is an interesting question. Isn't it simpler just to add entries in the .yas-parents. Only that is intended to work.... because if we need to have a directory with same name for every mode,, what's the utility of the .yas-parents then?
Hi , Thanks for this great package! I am enjoying it.
In Emacs 29, the native tree-sitter is introduced. Also some new major-modes are introduced, e.g.
python-ts-mode
,c-ts-mode
,go-ts-mode
, etc. Now yasnippet doesn't support these major modes. Can you please support?BTW, ,my workaround is making symlinks for new major modes. e.g.
python-ts-mode
->python-mode
, or making a new directory and set.yas-parents
.The text was updated successfully, but these errors were encountered: