branch: elpa/nix-mode
commit f77ae8fb543e9a3b6d55a90f2b5f98323b8de2fc
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>

    Add more builtins
---
 nix-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 873f007560..fc4caff0ff 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -100,7 +100,9 @@ very large Nix files (all-packages.nix)."
     "true" "false" "null"
     "isNull" "toString"
     "fetchTarball" "import"
-    "map" "removeAttrs"))
+    "map" "removeAttrs"
+    "toString" "derivationStrict" "placeholder" "scopedImport" "fromTOML"
+    "fetchTarball" "fetchGit" "fetchTree" "fetchMercurial"))
 
 (defconst nix-warning-keywords
   '("assert" "abort" "throw"))

Reply via email to