gbprod / php-enhanced-treesitter.nvim

Improve default php treesitter grammar using grammar injections
Do What The F*ck You Want To Public License
6 stars 4 forks source link

🔦 Php enhanced treesitter

This plugin improve default php treesitter grammar.

✨ Features

Using this plugin, you will have

⚡️ Requirements

📦 Installation

Install the plugin with your preferred package manager:

Lazy

-- Lua
require("lazy").setup(
  { "gbprod/php-enhanced-treesitter.nvim" }
)

You should have Php and SQL syntax treesitter syntax installed.