summaryrefslogtreecommitdiff
path: root/rc/filetype
AgeCommit message (Expand)Author
2022-10-16Treat .cts and .mts as typescriptltdk
2022-10-16rc markdown taskpaper: require bare URL to start at word boundaryJohannes Altmanninger
2022-10-10Fix slicing operator not being highlightedCaleb Heuer
2022-10-09Fix function highlighting with numbersCaleb Heuer
2022-10-07Improve Hare syntax highlightingCaleb Heuer
2022-09-15Merge remote-tracking branch 'krobelus/generic-language-highlighting'Maxime Coste
2022-09-10rc:filetype:kotlin.kak add-highlighter fun_tests prohibited tokens added :/ w...kjduncan
2022-09-10rc restructuredtext: only add language highlighters for actual code blocks in...Johannes Altmanninger
2022-09-10rc markdown: only add language highlighters for actual code blocks in bufferJohannes Altmanninger
2022-09-10rc kakrc: add kak=kakrc highlighter alias for markdown/restructuredtextJohannes Altmanninger
2022-09-09Merge remote-tracking branch 'inahga/inahga-dockerfile-detection'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/optimize-ledger'Maxime Coste
2022-09-09Merge remote-tracking branch 'm-kru/vhdl_time_vector'Maxime Coste
2022-09-09Merge remote-tracking branch 'm-kru/vhdl_real_type'Maxime Coste
2022-08-30VHDL filetype: Highlight real type.Michał Kruszewski
2022-08-29VHDL filetype: Highlight time_vector typeMichał Kruszewski
2022-08-28rc ledger: don't use region highlighter for simple keywordsJohannes Altmanninger
2022-08-21Merge remote-tracking branch 'm-kru/vhdl_real_type'Maxime Coste
2022-08-21Merge remote-tracking branch 'm-kru/vhdl_file_type_fixes'Maxime Coste
2022-08-17rc markdown: use language highlighting also for indented code blocks inside l...Johannes Altmanninger
2022-08-17rc markdown: use language highlighting also for indented code blocksJohannes Altmanninger
2022-08-17rc markdown: fix loading language highlighter module given multiple code blocksJohannes Altmanninger
2022-08-17rc restructuredtext: fix code block regexJohannes Altmanninger
2022-08-16rc/filetype/dockerfile: detect filenames that contain special charactersAmeer Ghani
2022-08-15VHDL filetype: Fix if statement behavior.Michał Kruszewski
2022-08-15VHDL filetype: Fix behavior for case statement.Michał Kruszewski
2022-08-15VHDL filetype: Fix adding closing tags.Michał Kruszewski
2022-08-15VHDL filetype: Don't increase indent after when in case statement.Michał Kruszewski
2022-08-03VHDL filetype: Highlight real type.Michał Kruszewski
2022-08-01Remove unnecessary leading space in prompt from mappingsJohannes Altmanninger
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-07-05Select pasted text on pasteMaxime Coste
2022-07-05Make `x` just select the full linesMaxime Coste
2022-07-05Merge remote-tracking branch 'eburghar/highlight_latex3'Maxime Coste
2022-07-05Merge remote-tracking branch 'astaugaard/master'Maxime Coste
2022-07-05Merge remote-tracking branch 'ttttcrngyblflpp/fidl'Maxime Coste
2022-07-01fix haskell syntax highlighting with commentsastaugaard
2022-06-30Add FIDL filetype supportTony Gong
2022-06-30feat: add .ins (latex package installation) file extension to latex type as i...Éric BURGHARD
2022-06-30Merge remote-tracking branch 'krobelus/avoid-breaking-disabled_hooks'Maxime Coste
2022-06-30Merge remote-tracking branch 'm-kru/vhdl'Maxime Coste
2022-06-28fix: alternate stop cs region after first non escaped } to prevent gobbling %Éric BURGHARD
2022-06-27fix: add . to include number and fp in listsÉric BURGHARD
2022-06-26fix: proper escaping for math modeÉric BURGHARD
2022-06-26feat: group for control sequence to scope highlighting of types and moduleÉric BURGHARD
2022-06-26Rename Go auto-insertion hooks to make it easier to disable themJohannes Altmanninger
2022-06-26rc toml: fix wrong highlighting of triple quoted strings that have quotes at ...Johannes Altmanninger
2022-06-26fix: comment after double \Éric BURGHARD
2022-06-25fix: check for escaped # and {. highlight nested arg (##1)Éric BURGHARD
2022-06-24feat: add l3kernel modules names and types in regex. dim module, scope and ty...Éric BURGHARD