summaryrefslogtreecommitdiff
path: root/rc/filetype
AgeCommit message (Expand)Author
2022-03-21Merge remote-tracking branch 'krobelus/ini-hash-comments'Maxime Coste
2022-03-21Merge branch 'master' of http://github.com/eko234/kakouneMaxime Coste
2022-03-21Merge remote-tracking branch 'CharlesGueunet/FixCMakeComment'Maxime Coste
2022-03-18CMake: fix comment highlightCharles Gueunet
2022-03-17Update rc/filetype/twig.kak in0ni
2022-03-17Update rc/filetype/twig.kak in0ni
2022-03-16basic support for twigAndrés González
2022-03-16Improved indentation, keywords, and variables for scssAndrés González
2022-03-16Improved support for commenting, mainly pulled from c-family.kakAndrés González
2022-03-16Much better support for CSS, tested using varied examples from specAndrés González
2022-03-08rc diff: pass diff to diff-jump via stdin instead of envJohannes Altmanninger
2022-03-06rc diff: support absolute paths in diff-jumpJohannes Altmanninger
2022-03-06rc diff: bind diff-jump in all filetype=diff buffers, not just *.diff or *.pa...Johannes Altmanninger
2022-03-06rc diff: fix styleJohannes Altmanninger
2022-03-06Add a complete-command command to configure command completionMaxime Coste
2022-02-22fennel filetype now highlights accumulate keywordLuis Alfonso Buelvas Betancourt
2022-02-19rc conf: treat ini files as conf if they contain a #-commentJohannes Altmanninger
2022-02-19Add conf filetype, for generic Unix configuration filesJohannes Altmanninger
2022-02-18Fix elvish highlighterSolitudeSF
2022-02-15Merge remote-tracking branch 'xiaq/master'Maxime Coste
2022-02-15Merge remote-tracking branch 'm-kru/vhdl_end_protected_body'Maxime Coste
2022-02-15Merge remote-tracking branch 'c7skasku/fix-c-comments-whitespace'Maxime Coste
2022-02-10c-family: fix whitespace trimming in commentsCormac Stephenson
2022-02-09VHDL filetype: Wisely add "end protected body;".Michał Kruszewski
2022-02-02rc diff: evaluate diff-highlight hook before loading moduleJohannes Altmanninger
2022-01-31Add filetype support for Elvish.Qi Xiao
2022-01-29rc:filetype:java refactored to shell block add-highligher with additional hig...kjduncan
2022-01-29Merge remote-tracking branch 'sidkshatriya/php-syntax-heredoc'Maxime Coste
2022-01-29Merge remote-tracking branch 'krobelus/mail-patch-goto-source'Maxime Coste
2022-01-25rc mail: enable jumping from inline diff to source fileJohannes Altmanninger
2022-01-25rc diff: skip email quotes in diff-jumpJohannes Altmanninger
2022-01-25rc diff: introduce diff-jump, replacing git-diff-goto-sourceJohannes Altmanninger
2022-01-25rc diff: make it a moduleJohannes Altmanninger
2022-01-24Review: remove a commentSidharth Kshatriya
2022-01-16VHDL filetype: Add boolean_vector to types.:Michał Kruszewski
2022-01-13.phpt (PHP Test) files should also receive PHP syntax highlightingSidharth Kshatriya
2022-01-13Add support for PHP heredoc in syntax highlightingSidharth Kshatriya
2022-01-10Add highlighting for CODEOWNERSJason Felice
2021-12-31rc/filetype/zig: update for zig 0.9.0 releaseIsaac Freund
2021-12-11Change highlight of character literalsYerlan
2021-12-06Merge remote-tracking branch 'sidkshatriya/erlang-syntax-highlighting-improve...Maxime Coste
2021-12-02update sigil highlighter to be less error proneParasrah
2021-11-21Merge remote-tracking branch 'sidkshatriya/ocaml-switch-between-ml-and-mli'Maxime Coste
2021-11-21Merge remote-tracking branch 'sidkshatriya/markdown-highlight-erlang-and-elixir'Maxime Coste
2021-11-18sh filetype: do not highlight an empty array as a functionthrowawayaccount12345-1
2021-11-17markdown.kak: erlang, elixir and ocaml code should be highlighted in markdownSidharth Kshatriya
2021-11-10OCaml: Add a command to shift between .ml and .mli files and vice versaSidharth Kshatriya
2021-10-28Erlang syntax highlighting: Improved support for numeric literals, refs, port...Sidharth Kshatriya
2021-10-28Merge remote-tracking branch 'sidkshatriya/erlang-syntax-highlighting'Maxime Coste
2021-10-24Add new '_', 'case', and 'match' keywords to Python highlighterLXNN