Feature: Added support for jsonnet
This commit is contained in:
parent
6647ebc736
commit
f95c8bf2c8
2 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
:config
|
||||
(set-electric! 'json-mode :chars '(?\n ?: ?{ ?})))
|
||||
|
||||
(use-package! jsonnet-mode
|
||||
:mode "\\.jsonnet\\'"
|
||||
:config
|
||||
(set-electric! 'json-mode :chars '(?\n ?: ?{ ?})))
|
||||
|
||||
;;
|
||||
;; Frameworks
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
(package! graphql-mode)
|
||||
(package! json-mode)
|
||||
(package! jsonnet-mode)
|
||||
(package! toml-mode)
|
||||
(package! yaml-mode)
|
||||
(package! csv-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue