mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-28 22:22:41 +03:00
Merge remote-tracking branch 'Laaas/patch-1'
This commit is contained in:
commit
5c1433ee65
@ -1,7 +1,7 @@
|
||||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*[.](js)x? %{
|
||||
hook global BufCreate .*[.]m?(js)x? %{
|
||||
set-option buffer filetype javascript
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "array_view.hh"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
Loading…
Reference in New Issue
Block a user