tree-sitter-pug

By zealot128

Tree-sitter-pug Alternatives

Similar projects and alternatives to tree-sitter-pug

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tree-sitter-pug alternative or higher similarity.

tree-sitter-pug reviews and mentions

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"}, }, }

Stats

Basic tree-sitter-pug repo stats
2
7
3.7
9 months ago

zealot128/tree-sitter-pug is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of tree-sitter-pug is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com