Merge branch 'typescript-filetype' of http://github.com/clarfonthey/kakoune
This commit is contained in:
commit
e8eb1c8732
|
@ -5,7 +5,7 @@ hook global BufCreate .*[.][cm]?(js)x? %{
|
|||
set-option buffer filetype javascript
|
||||
}
|
||||
|
||||
hook global BufCreate .*[.](ts)x? %{
|
||||
hook global BufCreate .*[.][cm]?(ts)x? %{
|
||||
set-option buffer filetype typescript
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user