wkirschbaum / elixir-ts-mode

Elixir mode using Treesitter for fontification, navigation and indentation
GNU General Public License v3.0
61 stars 11 forks source link

Add description of how to config mode name to elixir-mode. #1

Closed BlindingDark closed 1 year ago

BlindingDark commented 1 year ago

Thank you so much for bringing us this package!

Currently lsp-mode, yasnippet and other packages still only recognize elixir-mode, not elixir-ts-mode, so this config allows users to use this package more smoothly.

wkirschbaum commented 1 year ago

Thanks for the suggestion @BlindingDark. Currently it is possible to have both elixir-mode and elixir-ts-mode, where with the current setup elixir-mode will be used ( if both are loaded ) when (treesit-available-p) is nil. As with the other -ts-modes we need to treat this as a separate package so it might be better to add elixir-ts-mode next to elixir-mode for the mentioned packages.