Step 143: index Emacs Elisp functions

This commit is contained in:
Bill
2026-02-09 18:02:57 -07:00
parent beaec58073
commit 568fa38f46
10 changed files with 301 additions and 19 deletions

View File

@@ -122,6 +122,8 @@ private:
add("nil", "constant");
} else if (lang == "elisp") {
add("message", "function");
add("require", "function");
add("use-package", "function");
add("t", "constant");
add("nil", "constant");
}