mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/elixir: src_block{,_end} commented out
This commit is contained in:
@ -19,8 +19,8 @@
|
|||||||
;; Functional
|
;; Functional
|
||||||
:def "def"
|
:def "def"
|
||||||
:lambda "fn"
|
:lambda "fn"
|
||||||
:src_block "do"
|
;; :src_block "do"
|
||||||
:src_block_end "end"
|
;; :src_block_end "end"
|
||||||
;; Flow
|
;; Flow
|
||||||
:not "!"
|
:not "!"
|
||||||
:in "in" :not-in "not in"
|
:in "in" :not-in "not in"
|
||||||
|
Reference in New Issue
Block a user