Skip to content

Commit

Permalink
tweak(treesit-auto): add support for AWK
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 20, 2023
1 parent 66657f7 commit 3ad602e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
:custom
(treesit-auto-install 'prompt)
:config
(push (make-treesit-auto-recipe
:lang 'awk
:ts-mode 'awk-ts-mode
:remap 'awk-mode
:url "https://github.com/Beaglefoot/tree-sitter-awk"
:ext "\\.awk\\'")
treesit-auto-recipe-list)
;; Install all languages when calling `treesit-auto-install-all'
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist)))

Expand Down

0 comments on commit 3ad602e

Please sign in to comment.