tree-sitter-go-template VS tree-sitter-tlaplus

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

tree-sitter-go-template

Golang template grammar for tree-sitter (by ngalaiko)

tree-sitter-tlaplus

A tree-sitter grammar for TLA⁺ and PlusCal (by tlaplus-community)
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-go-template tree-sitter-tlaplus
5 2
59 51
- -
5.4 5.3
about 2 months ago 6 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-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
    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.

tree-sitter-tlaplus

Posts with mentions or reviews of tree-sitter-tlaplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.

What are some alternatives?

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

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

inih - Simple .INI file parser in C, good for embedded systems

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

tree-sitter-sql - SQL syntax highlighting for tree-sitter

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

link-grammar - The CMU Link Grammar natural language parser

SuperGreenOSBoilerplate - ESP32 Boilerplate code generator - See README ->

tree-sitter-formula - Formula grammar for tree-sitter

quarto-nvim - Quarto mode for Neovim

tree-sitter-cmake - A Tree-sitter parser for CMake

tree-sitter-embedded-template - Tree-sitter grammar for embedded template languages like ERB, EJS

tree-sitter-rasi - RASI grammar for tree-sitter