dazzledbeans to Programmer Humor@programming.dev • 1 year agoMarkdown everywherelemmy.worldimagemessage-square102fedilinkarrow-up11.01Karrow-down123
arrow-up1989arrow-down1imageMarkdown everywherelemmy.worlddazzledbeans to Programmer Humor@programming.dev • 1 year agomessage-square102fedilink
minus-square@ocelotlink2•edit-21 year agoHave you installed the treeesitter grammars for those languages with :TSInstall language_name or in your treesitter config?
minus-square@Slotos@feddit.nllinkfedilink2•1 year agoThis is pretty much all that’s needed. The language in the block is identified via a name that follows the opening triple backtick. E.g.: ```python some carefully indented code ```
Have you installed the treeesitter grammars for those languages with
:TSInstall language_name
or in your treesitter config?This is pretty much all that’s needed. The language in the block is identified via a name that follows the opening triple backtick. E.g.:
```python some carefully indented code ```