Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dune (OCaml build system) #6814

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Commits on Aug 29, 2024

  1. Add Dune

    kisaragi-hiu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a100658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c936f3 View commit details
    Browse the repository at this point in the history
  3. Merge all Dune entries into the same languages

    Since they all share the same grammar, they should just be considered as
    one language. The grammar used also only defines one source.dune scope.
    kisaragi-hiu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e41628a View commit details
    Browse the repository at this point in the history
  4. Reduce scope to just dune-project

    - `dune` is only used by a bit over 100 repositories (5 pages), the
      1.8k in the search results isn't what we're counting here
    - The two workspace files have even fewer uses
    kisaragi-hiu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    51278c3 View commit details
    Browse the repository at this point in the history