mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add zunit file template & file extension
This commit is contained in:
@ -106,5 +106,6 @@
|
||||
;; Slim
|
||||
("/\\(index\\|main\\)\\.slim$" "__" slim-mode)
|
||||
;; Shell scripts
|
||||
("\\.z?sh$" "__" sh-mode))))
|
||||
("\\.z?sh$" "__" sh-mode)
|
||||
("\\.zunit$" "__zunit" sh-mode))))
|
||||
|
||||
|
5
modules/feature/file-templates/templates/sh-mode/__zunit
Normal file
5
modules/feature/file-templates/templates/sh-mode/__zunit
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zunit
|
||||
|
||||
@test '...' {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user