Add support for the dhall configuration language
This commit is contained in:
parent
d6461d495b
commit
e9207b09bb
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
:desc "Kill fields" :nvm "k" #'csv-kill-fields
|
||||
:desc "Transpose fields" :nvm "t" #'csv-transpose))
|
||||
|
||||
(def-package! dhall-mode
|
||||
:mode "\\.dhall\\'")
|
||||
|
||||
(def-package! graphql-mode
|
||||
:mode "\\.gql\\'")
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
(package! vimrc-mode)
|
||||
(package! yaml-mode)
|
||||
(package! csv-mode)
|
||||
(package! dhall-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue