module: add :lang ada

This commit is contained in:
Henrik Lissner
2025-09-13 18:00:36 -04:00
parent 9dbeafe212
commit 286f04c6ef
6 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/ada/packages.el
(package! ada-mode :pin "ce8a2dfebc2b738f32b61dbe2668f7acb885db93")
(when (and (modulep! +tree-sitter) (treesit-available-p))
(package! ada-ts-mode :pin "d0c1c124b236b402b884188948cb1f3502ef8779"))