sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.29k forks source link

Add search-based code navigation for Magik #46095

Open hopkinscl opened 1 year ago

hopkinscl commented 1 year ago

Feature request description

Add syntax highlighting and search-based code navigation support for Magik

Requested by https://github.com/sourcegraph/accounts/issues/275

Is your feature request related to a problem? If so, please describe.

Sourcegraph's stickiness and value-add is limited when a team's primary language has no native support

Describe alternatives you've considered.

Use VSCode extension for Magik

Additional context

See Salesforce

gepaulwarwicker commented 1 year ago

The correct link for the GE provided extension is magik-vscode

-paul

varungandhi-src commented 8 months ago

There is a Magik Tree-sitter grammar available here: https://github.com/krn-robin/tree-sitter-magik

If the grammar is complete, it could potentially be used to improve search-based code nav support by adding Tree-sitter queries for Magik.

sebastiaanspeck commented 7 months ago

There is a Magik Tree-sitter grammar available here: krn-robin/tree-sitter-magik

If the grammar is complete, it could potentially be used to improve search-based code nav support by adding Tree-sitter queries for Magik.

Hi, I am one of the maintainers of the tree-sitter-magik. RIght now the grammar is nearly complete. There could be any gaps left, but 90% is covered.