Skip to content

Commit

Permalink
revert local dylib for openscad in languages.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Jan 22, 2025
1 parent dae66d9 commit cc59db4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions topiary-config/languages.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@

openscad = {
extensions = ["scad"],
grammar.source | priority 1 = {
path = "/Users/mkatychev/Documents/tree-sitter/openscad/parser.dylib",
}
grammar.source.git = {
git = "https://github.com/mkatychev/tree-sitter-openscad.git",
rev = "ebd9b1c4b6e4f3a8515cdffc49b458857918c9e2",
},
},

rust = {
Expand Down

0 comments on commit cc59db4

Please sign in to comment.