helix icon indicating copy to clipboard operation
helix copied to clipboard

Tcl grammar

Open spindlebink opened this issue 3 years ago • 3 comments

There's a Tcl tree-sitter on Sourcehut that's under fairly active development, although I don't know whether it's feature-complete.

spindlebink avatar Sep 20 '22 06:09 spindlebink

I'm giving this a shot to see how complete the implementation is, but building the grammars is reporting Failed to execute C/C++ compiler on hx --grammar build, despite my having gcc/++ and clang/++ both in my $PATH and CC set. If there's an obvious first thing to try I'd prefer not to start a new report. Any ideas?

spindlebink avatar Sep 20 '22 19:09 spindlebink

That grammar repository may not be possible to add without some extra work. It looks like it uses mercurial for VCS instead of git and currently we can only fetch grammars with git or local sources. You may need to create a git mirror

the-mikedavis avatar Sep 21 '22 01:09 the-mikedavis

Yep, somebody already made one here for that very reason.

spindlebink avatar Sep 21 '22 12:09 spindlebink

Closed by #9837

pascalkuthe avatar Apr 04 '24 01:04 pascalkuthe