nit(sh): revert formatting
snuck in when running the formatter
This commit is contained in:
parent
4334eb285f
commit
7a7565cedf
1 changed files with 12 additions and 12 deletions
|
@ -24,18 +24,18 @@
|
||||||
(set-repl-handler! 'sh-mode #'+sh/open-repl)
|
(set-repl-handler! 'sh-mode #'+sh/open-repl)
|
||||||
(set-lookup-handlers! 'sh-mode :documentation #'+sh-lookup-documentation-handler)
|
(set-lookup-handlers! 'sh-mode :documentation #'+sh-lookup-documentation-handler)
|
||||||
(set-ligatures! 'sh-mode
|
(set-ligatures! 'sh-mode
|
||||||
;; Functional
|
;; Functional
|
||||||
:def "function"
|
:def "function"
|
||||||
;; Types
|
;; Types
|
||||||
:true "true" :false "false"
|
:true "true" :false "false"
|
||||||
;; Flow
|
;; Flow
|
||||||
:not "!"
|
:not "!"
|
||||||
:and "&&" :or "||"
|
:and "&&" :or "||"
|
||||||
:in "in"
|
:in "in"
|
||||||
:for "for"
|
:for "for"
|
||||||
:return "return"
|
:return "return"
|
||||||
;; Other
|
;; Other
|
||||||
:dot "." :dot "source")
|
:dot "." :dot "source")
|
||||||
|
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'sh-mode-local-vars-hook #'lsp! 'append))
|
(add-hook 'sh-mode-local-vars-hook #'lsp! 'append))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue