elisp-tree-sitter VS tree-sitter-c-sharp

Compare elisp-tree-sitter vs tree-sitter-c-sharp and see what are their differences.

tree-sitter-c-sharp

C# Grammar for tree-sitter (by tree-sitter)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
elisp-tree-sitter tree-sitter-c-sharp
21 5
804 164
1.1% 8.5%
6.3 6.7
10 days ago 12 days ago
Emacs Lisp JavaScript
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.

elisp-tree-sitter

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

tree-sitter-c-sharp

Posts with mentions or reviews of tree-sitter-c-sharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
    21 projects | /r/emacs | 19 May 2023
    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))
  • How to use Emacs 29 Tree-sitter?
    12 projects | /r/emacs | 3 Dec 2022
    And the upstream tree-sitter-c-sharp grammar only has queries for tags, but not highlights: https://github.com/tree-sitter/tree-sitter-c-sharp/tree/70fd2cba742506903589b5e046c32e0e3e06404a/queries
    12 projects | /r/emacs | 3 Dec 2022
    Any particular reasons you were looking at that old commit ? the latest master branch seems to have a highlights.scm file

What are some alternatives?

When comparing elisp-tree-sitter and tree-sitter-c-sharp you can also consider the following projects:

tree-sitter-go - Go grammar for tree-sitter

tree-sitter-ruby - Ruby grammar for tree-sitter

tree-sitter - An incremental parsing system for programming tools

typescript.el - TypeScript-support for Emacs

lsp-treemacs - lsp-mode :heart: treemacs

emacs - Mirror of GNU Emacs

sourcegraph - Code AI platform with Code Search & Cody

tree-sitter-kotlin - Kotlin grammar for Tree-sitter

tree-sitter-typescript - TypeScript grammar for tree-sitter

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

tree-sitter-rust - Rust grammar for tree-sitter