aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorEric Crosson2022-01-04 01:17:06 +0000
committerBlaž Hrastnik2022-01-08 15:30:22 +0000
commit1c6bc6d455595aa5b8d7d2aa27d025722f57c351 (patch)
treebd5da26061b26151d4b16995a0f2cab5b79eb5cb /book
parentc238f20e1d26e8a48997630f0f826d4633597bbf (diff)
feat: add tree-sitter-make
This commit adds syntax highlighting for GNU Make[^1] makefiles via tree-sitter-make[^2]. [^1]: https://www.gnu.org/software/make/ [^2]: https://github.com/alemuller/tree-sitter-make
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/lang-support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md
index 384ba96b..c093144f 100644
--- a/book/src/generated/lang-support.md
+++ b/book/src/generated/lang-support.md
@@ -27,6 +27,7 @@
| llvm-mir | ✓ | ✓ | ✓ | |
| llvm-mir-yaml | ✓ | | ✓ | |
| lua | ✓ | | ✓ | |
+| make | ✓ | | | |
| markdown | ✓ | | | |
| mint | | | | `mint` |
| nix | ✓ | | ✓ | `rnix-lsp` |