diff options
Diffstat (limited to '')
| -rw-r--r-- | autoload/filetype/conf.kak | 4 | ||||
| -rw-r--r-- | autoload/filetype/mdx.kak (renamed from autoload/syntax/mdx.kak) | 0 | ||||
| -rw-r--r-- | autoload/filetype/org.kak (renamed from autoload/syntax/org.kak) | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/autoload/filetype/conf.kak b/autoload/filetype/conf.kak new file mode 100644 index 0000000..f7fd3c5 --- /dev/null +++ b/autoload/filetype/conf.kak @@ -0,0 +1,4 @@ +hook global BufCreate .*tmux[.]conf %{ set-option buffer filetype tcl } + +hook global BufCreate .*zshrc %{ set-option buffer filetype sh } + diff --git a/autoload/syntax/mdx.kak b/autoload/filetype/mdx.kak index b5c4b0a..b5c4b0a 100644 --- a/autoload/syntax/mdx.kak +++ b/autoload/filetype/mdx.kak diff --git a/autoload/syntax/org.kak b/autoload/filetype/org.kak index 79f6291..79f6291 100644 --- a/autoload/syntax/org.kak +++ b/autoload/filetype/org.kak |
