| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-17 | switch from using '&' to '<a-&>' when indenting javascript comments to allow the | Sam Larkin | |
| type of indentation to be preserved | |||
| 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 | |
| `x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour | |||
| 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 | |
| This should cover all filetypes that already auto-insert comments, except for rust.kak, which is left for a follow-up. Most of these are straightforward, some explanation for special cases: rc/filetype/zig.kak rc/filetype/cue.kak These indent hooks used their own logic to indent after "{" only if no comment was inserted. Replace this logic by checking if a comment was inserted. This works because these "*-insert" hooks are run before their respective "*-indent" hooks. rc/filetype/php.kak This also has some logic to insert "*" after "/*" lines. Basic usage seems to work still. In future this should borrow from the c-family one, which works a bit better. | |||
| 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 | |
| .mjs is the extension for javascript modules | |||
| 2019-10-22 | src: Create a <semicolon> named key | Frank LENORMAND | |
| This commit allows using the <semicolon> expansion in commands, instead of `\;`. It makes commands look more elegant, and prevents new-comers from falling into the trap of using <a-;> without escaping the semicolon. | |||
| 2019-10-16 | Replace ModeChange hooks by ModePush and ModePop | Maxime Coste | |
| Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545 | |||
| 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 | |
| Closes #2783 | |||
