add fish-mode file-template.
This commit is contained in:
parent
b5cb8a0527
commit
c5a7d2cb25
2 changed files with 4 additions and 1 deletions
|
@ -110,5 +110,5 @@
|
||||||
("/\\(index\\|main\\)\\.slim$" "__" slim-mode)
|
("/\\(index\\|main\\)\\.slim$" "__" slim-mode)
|
||||||
;; Shell scripts
|
;; Shell scripts
|
||||||
("\\.z?sh$" "__" sh-mode)
|
("\\.z?sh$" "__" sh-mode)
|
||||||
|
("\\.fish$" "__" fish-mode)
|
||||||
("\\.zunit$" "__zunit" sh-mode))))
|
("\\.zunit$" "__zunit" sh-mode))))
|
||||||
|
|
||||||
|
|
3
modules/feature/file-templates/templates/fish-mode/__
Normal file
3
modules/feature/file-templates/templates/fish-mode/__
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
$0
|
Loading…
Add table
Add a link
Reference in a new issue