;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (byte-code "\300\301!\210\302\303\304\305\306\301\307\310&\210\311\312\313\314\315DD\316\306\303\317\320&\210\321\322\323\324\325!\326\327\330!\331\332&!\207" [require lsp-mode custom-declare-group lsp-zig nil "LSP support for Zig via zls." :group :link (url-link "https://github.com/zigtools/zls") custom-declare-variable lsp-zig-zls-executable funcall function #[0 "\300\207" [#1="zls"] 1 #1#] "The zls executable to use.\nLeave as just the executable name to use the default behavior of\nfinding the executable with variable `exec-path'." :type string lsp-register-client make-lsp-client :new-connection lsp-stdio-connection #[0 "\207" [lsp-zig-zls-executable] 1] :activation-fn lsp-activate-on "zig" :server-id zls] 8) (defconst lsp-zig-plist-value-when-compiled nil) (provide 'lsp-zig)