template-literal-comments.nvim VS tree-sitter-hyprlang

Compare template-literal-comments.nvim vs tree-sitter-hyprlang and see what are their differences.

template-literal-comments.nvim

highlight languages embedded in ECMAScript template literals by adding a comment (by bennypowers)

tree-sitter-hyprlang

hyprlang grammar for tree-sitter (by tree-sitter-grammars)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
template-literal-comments.nvim tree-sitter-hyprlang
2 1
14 94
- -
3.7 7.2
6 months ago about 2 months ago
Lua JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

template-literal-comments.nvim

Posts with mentions or reviews of template-literal-comments.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

tree-sitter-hyprlang

Posts with mentions or reviews of tree-sitter-hyprlang. We have used some of these posts to build our list of alternatives and similar projects.
  • hey yo! lazy load this plugin on a filetype
    1 project | /r/neovim | 7 Oct 2023
    { "luckasRanarison/tree-sitter-hypr", init = function() local parser_config = require("nvim-treesitter.parsers").get_parser_configs() ---@diagnostic disable-next-line: inject-field parser_config.hypr = { install_info = { url = "https://github.com/luckasRanarison/tree-sitter-hypr", files = { "src/parser.c" }, branch = "master", }, ft = { "hypr" }, } end, ft = { "hypr" }, }

What are some alternatives?

When comparing template-literal-comments.nvim and tree-sitter-hyprlang you can also consider the following projects:

treesitter-indent-object.nvim - Context-aware indent textobject powered by Treesitter. `vai` to select current context.

zephyr-nvim - A dark neovim colorscheme written in lua

gopher.nvim - Neovim plugin for make golang development easiest

ts-textobjects - Treesitter textobjects for neovim.

playground - Treesitter playground integrated into Neovim

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]

nvim-gps - Simple statusline component that shows what scope you are working inside