Skip to content

Commit

Permalink
Merge pull request #4 from Decurity/syntax-highlighting
Browse files Browse the repository at this point in the history
Syntax highlighting
  • Loading branch information
Frodan authored Sep 9, 2024
2 parents c4df066 + b7685b2 commit 0215052
Show file tree
Hide file tree
Showing 24 changed files with 8,323 additions and 7,439 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tree-sitter-your-language-name"
description = "YourLanguageName grammar for tree-sitter"
name = "tree-sitter-circom"
description = "Circom grammar for tree-sitter"
version = "0.0.1"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "your-language-name"]
keywords = ["incremental", "parsing", "tree-sitter", "circom"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-your-language-name"
repository = "https://github.com/tree-sitter/tree-sitter-circom"
edition = "2021"
autoexamples = false

Expand All @@ -17,7 +17,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">=0.22.6"
tree-sitter-language = "0.1.0"

[build-dependencies]
cc = "1.0.87"
4 changes: 2 additions & 2 deletions bindings/go/binding_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions bindings/go/go.mod

This file was deleted.

9 changes: 9 additions & 0 deletions bindings/node/binding_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions bindings/python/tests/test_binding.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bindings/python/tree_sitter_circom/binding.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions bindings/rust/lib.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions bindings/swift/TreeSitterCircomTests/TreeSitterCircomTests.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/tree-sitter/tree-sitter-circom

go 1.23

require github.com/tree-sitter/go-tree-sitter v0.23
Loading

0 comments on commit 0215052

Please sign in to comment.