tree-sitter-pug VS tree-sitter-pug

Compare tree-sitter-pug vs tree-sitter-pug and see what are their differences.

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
tree-sitter-pug tree-sitter-pug
2 1
7 0
- -
3.7 0.0
10 months ago over 2 years ago
C C
MIT License 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.

tree-sitter-pug

Posts with mentions or reviews of tree-sitter-pug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.
  • NeoVim + Django + Pug
    3 projects | /r/neovim | 2 Mar 2023
    Hi, i am Django dev also but we don't use templates. Are you using treesitter for nvim? I see there is treesitter written for pug https://github.com/zealot128/tree-sitter-pug so :TSInstall pug should resolve this for you.
  • Treesitter pug only has incremental selection
    2 projects | /r/neovim | 10 Nov 2021
    local parser_configs = require('nvim-treesitter.parsers').get_parser_configs() parser_configs.pug = { install_info = { url = "https://github.com/zealot128/tree-sitter-pug", -- local path or git repo files = {"src/parser.c", "src/scanner.cc"}, branch = "master" }, filetype = "pug", used_by = {"vue"} } require'nvim-treesitter.configs'.setup { highlight = { enable = true, disable = {}, custom_captures = { ["foo.bar"] = "Identifier", }, }, incremental_selection = { enable = true, disable = {}, keymaps = { init_selection = "gnn", node_incremental = "grn", scope_incremental = "grc", node_decremental = "grm", }, }, indent = { enable = true, -- disable = {"vue", "pug", "dartls"}, }, }

tree-sitter-pug

Posts with mentions or reviews of tree-sitter-pug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-10.