branch: externals/cape
commit 2a204f68120d47cdacb51c743e9e35e52ed69611
Author: Zheng Piaodan <[email protected]>
Commit: Daniel Mendler <[email protected]>
fix: alias lua-ts-mode to lua-mode
---
cape-keyword.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/cape-keyword.el b/cape-keyword.el
index ff70000177..bf50c8aa3d 100644
--- a/cape-keyword.el
+++ b/cape-keyword.el
@@ -387,6 +387,7 @@
(go-ts-mode go-mode)
(java-ts-mode java-mode)
(js-ts-mode javascript-mode)
+ (lua-ts-mode lua-mode)
(python-ts-mode python-mode)
(ruby-ts-mode ruby-mode)
(rust-ts-mode rust-mode))