tree-sitter-comment VS tree-sitter-go-template

Compare tree-sitter-comment vs tree-sitter-go-template and see what are their differences.

tree-sitter-comment

Tree-sitter grammar for comment tags like TODO, FIXME(user). (by stsewd)

tree-sitter-go-template

Golang template grammar for tree-sitter (by ngalaiko)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tree-sitter-comment tree-sitter-go-template
6 5
120 58
- -
5.3 5.4
3 months ago 25 days 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-comment

Posts with mentions or reviews of tree-sitter-comment. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • Documentation Comment highlighting with TreeSitter
    7 projects | /r/neovim | 13 May 2023
    As far as I know there is currently no treesitter parser for Doxygen style comments. There is a language agnostic comment parser that is supported by nvim-treesitter that will highlight things like TODO: and NOTE: in comments. Until this recent commit nvim-treesitter provided a query for this parser that highlighted @ text in comments. It was meant to highlight a reference to a user but it doubled as a doxygen tag highlight for me for a while. I just noticed that this query has been removed and I'm not sure why but you can add it as a custom query in your Neovim config. I have yet to try this so you'll have to refer to the Neovim treesitter docs for where to add the query.
  • Will Treesitter ever be stable on big files?
    8 projects | /r/neovim | 16 Feb 2023
    you mean this one? https://github.com/stsewd/tree-sitter-comment
  • paint.nvim: Simple Neovim plugin to easily add additional highlights to your buffers
    3 projects | /r/neovim | 16 Nov 2022
    The reason I implemented this is because of the slow performance of tree-sitter-comment in large files. Treesitter will inject the comment language for every line comment, which is far from ideal. I've disabled the comment parser, but still wanted to see @something highlighted in Lua comments.
  • Treesitter query not working
    2 projects | /r/neovim | 30 Aug 2022
    The right most window shows the code I want to query. This is a .cpp file, so the main-language is C++. For highlighting the two comments, I'm using tree-sitter-comment. This plugin injects the comment-language. I want to query all tag nodes from this injected language, but this query does not work.
  • Is it possible to get highlight on these comments docs with treesitter?
    3 projects | /r/neovim | 8 Dec 2021
    You can install this parser for treesitter which highlights comments :)

tree-sitter-go-template

Posts with mentions or reviews of tree-sitter-go-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-19.
  • adding go html template highlight in lazyvim
    2 projects | /r/neovim | 19 Jun 2023
    https://github.com/ngalaiko/tree-sitter-go-template - although the author is no longer maintaining it.
    2 projects | /r/neovim | 19 Jun 2023
    I followed the instructions for https://github.com/ngalaiko/tree-sitter-go-template and replaced `yml` injection with `html` injection.
  • otter.nvim: LSP features for embedded languages (e.g. code chunks in markdown)
    5 projects | /r/neovim | 28 May 2023
    I need to work with yaml containing go templates and the current setup is to set the filetype to GOTMPL with this TS grammar and use language injection for thw yaml, basically encasing the yaml in a gotemplate.
  • K8s Treesitter Module
    2 projects | /r/neovim | 20 Mar 2023
    Helm charts use yaml + go templates. There is a parser for go templates, but its a bit tricky to setup https://github.com/ngalaiko/tree-sitter-go-template
  • Helm charts for Kubernetes in Nvim - bad experience
    2 projects | /r/neovim | 12 Feb 2022
    I use tree-sitter for syntax highlighting, and I have found this grammar (note that helm templates are basically go templates), but it's not very polished and brakes pure yaml syntax highlighting. Another problem I have is that, because helm template files end in .yaml, I get a tone of diagnostics errors from the yamlls lsp server and I have to disable it every time with lua vim.diagnostics.disable(). Lastly it would be really nice if I could get autocompletion working and maybe some linting.

What are some alternatives?

When comparing tree-sitter-comment and tree-sitter-go-template you can also consider the following projects:

vim-helm - vim syntax for helm templates (yaml + gotmpl + sprig + custom)

tsdoc - A doc comment standard for TypeScript

tree-sitter-tlaplus - A tree-sitter grammar for TLA⁺ and PlusCal

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

giscus - A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:

comments - Native comments for your Laravel application.

go-tree-sitter - Golang bindings for tree-sitter https://github.com/tree-sitter/tree-sitter

DoxyGen-Syntax - DoxyGen Highlighting on top of c/c++/java

SuperGreenOSBoilerplate - ESP32 Boilerplate code generator - See README ->

mechanical.nvim - Dark theme for Neovim >= 0.5 written in lua

nvim-config

playground - Treesitter playground integrated into Neovim