index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
filetype
/
javascript.kak
Age
Commit message (
Expand
)
Author
2022-11-17
switch from using '&' to '<a-&>' when indenting javascript comments to allow the
Sam Larkin
2022-10-16
Treat .cts and .mts as typescript
ltdk
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-05-10
Merge branch 'cjs' of http://github.com/clarfonthey/kakoune
Maxime Coste
2022-05-09
Mark .cjs as javascript
ltdk
2022-05-03
fix single line comment behavior on insert, remove unnecessary commented blocks
Andrés González
2022-03-16
Improved support for commenting, mainly pulled from c-family.kak
Andrés González
2021-04-17
rc: use a separate *-insert hook to auto-insert comments
Johannes Altmanninger
2021-04-17
rc javascript: fix line comment prefix
Johannes Altmanninger
2021-03-17
js: Highlight special variables at start of file
SeerLite
2021-01-11
rc js: Correctly highlight multiline division.
SeerLite
2020-11-04
Check for division before we check for regexes
Carson Riker
2020-07-29
Fix already-existing bug in javascript.kak
John Isom
2020-07-29
Update deindenting in dart.kak and javascript.kak
John Isom
2020-07-29
Fix already-existing error in javascript.kak
John Isom
2020-07-29
Update deindenting in javascript.kak
John Isom
2020-07-28
Update deindenting in javascript.kak
John Isom
2020-07-28
Fix my closer tokens issues in javascript.kak
John Isom
2020-07-27
Fix indentation rule for javascript.kak
John Isom
2020-01-11
Allow empty elements in jsx
NunzioCicone
2019-12-03
Recognize .mjs files as javascript files
Las
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-10-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-07-22
Move module aliases to after main module definition
Justin Frank
2019-07-22
Use module alias pattern for markdown dynamic loading
Justin Frank
2019-04-25
Merge remote-tracking branch 'laelath/provides-requires'
Maxime Coste
2019-04-24
Use complete URL
Alex Leferry 2
2019-04-19
Highlight JavaScript accessors
Alex Leferry 2
2019-04-13
Changed '🦀' to '§' for complex module quoting
Justin Frank
2019-04-10
Clean up javascript file a bit
Justin Frank
2019-04-10
Fixed several more support files.
Justin Frank
2019-04-09
Fixed many of the filetype support modules to not use `BufSetOption` to load
Justin Frank
2019-04-08
Modified a bunch of language support files to use modules
Justin Frank
2019-03-21
Add categories in rc/
Alex Leferry 2