Skip to content

Commit 0254de4

Browse files
ualtinokalfonso-aft
andcommitted
chore: fork as cortexkit-tree-sitter-scss with the MSVC build fix published
Upstream committed the platform-dependent C build flags (MSVC /wd4100 vs gcc/clang -Wno-unused-parameter) but never published a crates.io release past 1.0.0, so crates.io still serves the pre-fix artifact that fails to build under MSVC (cl error D8021). This fork publishes the already-fixed git state as cortexkit-tree-sitter-scss 1.0.1 so AFT can depend on a building grammar. Co-authored-by: Alfonso <289616620+alfonso-aft@users.noreply.github.com>
1 parent 2ef6d42 commit 0254de4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
[package]
2-
name = "tree-sitter-scss"
3-
description = "SCSS grammar for tree-sitter"
4-
version = "1.0.0"
2+
name = "cortexkit-tree-sitter-scss"
3+
description = "SCSS grammar for tree-sitter (CortexKit fork of tree-sitter-grammars/tree-sitter-scss with the upstream MSVC build fix published)"
4+
version = "1.0.1"
55
authors = ["Amaan Qureshi <amaanq12@gmail.com>"]
66
license = "MIT"
77
keywords = ["incremental", "parsing", "tree-sitter", "scss"]
88
categories = ["parsing", "text-editors"]
9-
repository = "https://github.com/tree-sitter-grammars/tree-sitter-scss"
9+
repository = "https://github.com/cortexkit/tree-sitter-scss"
1010
edition = "2021"
1111
autoexamples = false
1212

1313
build = "bindings/rust/build.rs"
1414
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
1515

1616
[lib]
17+
name = "tree_sitter_scss"
1718
path = "bindings/rust/lib.rs"
1819

1920
[dependencies]

0 commit comments

Comments
 (0)