dazzledbeans @lemmy.world to Programmer Humor@programming.dev · 2 年前Markdown everywherelemmy.worldimagemessage-square102linkfedilinkarrow-up11.02Karrow-down123
arrow-up1992arrow-down1imageMarkdown everywherelemmy.worlddazzledbeans @lemmy.world to Programmer Humor@programming.dev · 2 年前message-square102linkfedilink
minus-squareocelotlinkfedilinkarrow-up2·edit-22 年前Have you installed the treeesitter grammars for those languages with :TSInstall language_name or in your treesitter config?
minus-squareSlotos@feddit.nllinkfedilinkarrow-up2·2 年前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 ```
Have you installed the treeesitter grammars for those languages with
:TSInstall language_nameor 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 ```