summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 'krobelus/embrace-menu-3'Maxime Coste
2022-09-09Merge remote-tracking branch 'inahga/inahga-dockerfile-detection'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/to-string'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/optimize-ledger'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/write-autoinfo'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-09-09Merge remote-tracking branch 'krobelus/hashset-no-braces'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/cleanup'Maxime Coste
2022-09-02Allow to undo and redo selection changesJohannes Altmanninger
2022-09-02Prepare to record selection changes as perceived by the userJohannes Altmanninger
2022-08-30VHDL filetype: Highlight real type.Michał Kruszewski
2022-08-29VHDL filetype: Highlight time_vector typeMichał Kruszewski
2022-08-29Access selections via helper methodsJohannes Altmanninger
2022-08-29Pass entire context to select_coordJohannes Altmanninger
2022-08-29Make parameter constJohannes Altmanninger
2022-08-28Fix clang warning regarding useless braces when using HashSetJohannes Altmanninger
2022-08-28Show write -force parameter only for commands that support itJohannes Altmanninger
2022-08-28rc ledger: don't use region highlighter for simple keywordsJohannes Altmanninger
2022-08-24Fix synopsis of write-quit commandsJohannes 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-21Merge remote-tracking branch 'krobelus/markdown-fixes'Maxime Coste
2022-08-21Merge remote-tracking branch 'krobelus/doc-keymap-new-space'Maxime Coste
2022-08-21Merge remote-tracking branch 'krobelus/set-remove-autoinfo'Maxime Coste
2022-08-21Avoid calling memcpy from empty string viewsMaxime Coste
2022-08-21Bypass RegexIterator in RegionsHighlighter::add_matchesMaxime Coste
2022-08-20Add support for field width and digit grouping in formatMaxime Coste
2022-08-20Slight code style tweakMaxime Coste
2022-08-20Remove unnecessary utf8 decoding when looking for EOL in regexMaxime Coste
2022-08-20Refactor RegionsHighlighter to share regexesMaxime Coste
2022-08-17doc keymap: update for <space>/, swapJohannes Altmanninger
2022-08-17Clarify changelog on user mode prompt historyJohannes Altmanninger
2022-08-17Use make_array to avoid specifying the array sizeJohannes Altmanninger
2022-08-17Rename button_to_str() to the more idiomatic to_string()Johannes Altmanninger
2022-08-17rc markdown: use language highlighting also for indented code blocks inside l...Johannes Altmanninger
2022-08-17Rename key_to_str() to the more idiomatic to_string()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-16Remove stale comment about StaticRegisterJohannes 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-05Reuse existing character classes when possible in regexMaxime Coste