summaryrefslogtreecommitdiff
path: root/rc/filetype/javascript.kak
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-05-10 22:37:43 +1000
committerMaxime Coste <mawww@kakoune.org>2022-05-10 22:37:43 +1000
commit459c6f589f857fa33b802ad7573f42153dd4db59 (patch)
tree68f57644f08ccd74a500bbe4486705f4042a33a4 /rc/filetype/javascript.kak
parenta28dd16b2e09a2555c56d3f4e1992a439ee6ab46 (diff)
parentfadbad51cad3140569ee43285f60ab0d80b24213 (diff)
Merge branch 'cjs' of http://github.com/clarfonthey/kakoune
Diffstat (limited to 'rc/filetype/javascript.kak')
-rw-r--r--rc/filetype/javascript.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/javascript.kak b/rc/filetype/javascript.kak
index 33a9823d..2f55540a 100644
--- a/rc/filetype/javascript.kak
+++ b/rc/filetype/javascript.kak
@@ -1,7 +1,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
-hook global BufCreate .*[.]m?(js)x? %{
+hook global BufCreate .*[.][cm]?(js)x? %{
set-option buffer filetype javascript
}