Update from e9fb2f04 to d5db964a:
- scripts: make option listing more consistent - scripts: fix shellcheck warnings and make scripts more uniform - curses ui: fix default color detection - ui: remove useless memcpy call - ui-vt100: write ouptut using write(3) - remove duplicated read_buffer functions - accommodate vis for changes with updates in the lexers - Add Nix lexer - Recognize float suffixes in C lexer - Migrate Haskell lexer - Add Factor lexer - Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r' - lexers: switch to tabs for indentation - Fix errors with folding in reST lexer - Output lexer: match absolute program paths instead of just names - Migrate Literate Coffeescript lexer - Allow unfinished Makefile function definitions to be highlighted - Update lexer LDoc - Add 'org' directive to asm lexer - Increase the default LPeg stack size - Add C23 attributes to C lexer - Improve performance of the text lexer
This commit is contained in:
27
vis.changes
27
vis.changes
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 18:19:47 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update from e9fb2f04 to d5db964a:
|
||||
- scripts: make option listing more consistent
|
||||
- scripts: fix shellcheck warnings and make scripts more uniform
|
||||
- curses ui: fix default color detection
|
||||
- ui: remove useless memcpy call
|
||||
- ui-vt100: write ouptut using write(3)
|
||||
- remove duplicated read_buffer functions
|
||||
- accommodate vis for changes with updates in the lexers
|
||||
- Add Nix lexer
|
||||
- Recognize float suffixes in C lexer
|
||||
- Migrate Haskell lexer
|
||||
- Add Factor lexer
|
||||
- Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r'
|
||||
- lexers: switch to tabs for indentation
|
||||
- Fix errors with folding in reST lexer
|
||||
- Output lexer: match absolute program paths instead of just names
|
||||
- Migrate Literate Coffeescript lexer
|
||||
- Allow unfinished Makefile function definitions to be highlighted
|
||||
- Update lexer LDoc
|
||||
- Add 'org' directive to asm lexer
|
||||
- Increase the default LPeg stack size
|
||||
- Add C23 attributes to C lexer
|
||||
- Improve performance of the text lexer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 09:07:00 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
Reference in New Issue
Block a user