Tree Sitter Language Injection.Nvim banner
DariusCorvus DariusCorvus

Tree Sitter Language Injection.Nvim

Development community

Description

A NVIM Plugin which applies inline language injections, when a string above contains the name of the language or the string contains a comment with the language name.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

tree-sitter-language-injection.nvim

[![Neovim](https://img.shields.io/badge/Neovim-%3E=0.9.0-blue.svg)](https://neovim.io/) [![tree-sitter](https://img.shields.io/badge/tree--sitter-supported-brightgreen)](https://tree-sitter.github.io/tree-sitter/)

_Neovim plugin for inline language injection and syntax highlighting using Tree-sitter._

Table Of Contents


Overview

**tree-sitter-language-injection.nvim** automatically applies syntax highlighting to code snippets embedded as strings or comments in your code, based on inline language annotations. For example, SQL queries inside JavaScript/TypeScript strings can be highlighted as SQL if marked accordingly.

![Inline SQL in TypeScript example](https://raw.githubusercontent.com/DariusCorvus/DariusCorvus/main/assets/wezte