sourcegraph / zoekt

Fast trigram based code search
Apache License 2.0
736 stars 83 forks source link

feat(Search): Add support for all Apex language extensions #799

Closed mmanela closed 3 months ago

mmanela commented 3 months ago

Part of GRAPH-759

Linguist only supports a subset of the file extensions often used for the Apex programming languages. This PR adds support for the main set commonly used.

Key changes

  1. Adds all extensions for Apex
  2. Updates tests

Test plan