ts-textobjects VS tree-sitter-hyprlang

Compare ts-textobjects vs tree-sitter-hyprlang and see what are their differences.

ts-textobjects

Treesitter textobjects for neovim. (by jasonmchan)

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
ts-textobjects tree-sitter-hyprlang
1 1
5 89
- -
5.1 7.2
over 2 years ago about 1 month ago
Lua JavaScript
- -
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.

ts-textobjects

Posts with mentions or reviews of ts-textobjects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • Custom treesitter textobjects
    5 projects | /r/neovim | 16 Sep 2021
    I was unable to get the behavior I wanted with nvim-treesitter-textobjects, so I wrote my own alternative: https://github.com/Jason-M-Chan/ts-textobjects

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 ts-textobjects and tree-sitter-hyprlang you can also consider the following projects:

nvim-treesitter-endwise - Wisely add "end" in Ruby, Vimscript, Lua, etc. Tree-sitter aware alternative to tpope's vim-endwise

zephyr-nvim - A dark neovim colorscheme written in lua

nvim-treesitter-textsubjects - Location and syntax aware text objects which *do what you mean*

template-literal-comments.nvim - highlight languages embedded in ECMAScript template literals by adding a comment

hop.nvim - Neovim motions on speed!

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

gopher.nvim - Neovim plugin for make golang development easiest

nvim-treehopper - Region selection with hints on the AST nodes of a document powered by treesitter

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

treesitter-unit - A Neovim plugin to deal with treesitter units

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