Age | Commit message (Collapse) | Author | Files | Lines |
2024年01月20日 | src-hilite-lesspipe.sh.in: sync supported file exts with original lesspipe HEAD master | Matthew Hall | 1 | -1/+1 |
|
Signed-off-by: Matthew Hall <mhall@mhcomputing.net>
|
2024年01月20日 | lesspipe may contain ".sh" extension | Keith Seitz | 1 | -1/+9 |
|
On Fedora, the "lesspipe" script is actually called
"lesspipe.sh". This patch proposes to use "$(which NAME)"
to figure out the actual name of the script to use.
If neither "lesspipe" nor "lesspipe.sh" exists in $PATH,
the patch simply uses "lesspipe", preserving the current behavior.
It was based on the 3.1.9 release tarball, but should
apply cleanly to current git.
This was reported as Fedora bugzilla 2256374.
|
2023年01月29日 | Add rpm-spec to lang.map | Tom Tromey | 1 | -0/+1 |
|
User Frank Dana <ferdnyc> asked for rpm-spec to be added.
See https://savannah.gnu.org/bugs/?63225.
|
2023年01月29日 | Use std::shared_ptr | Tom Tromey | 1 | -11/+11 |
|
This removes the use of boost::shared_ptr, in favor of
std::shared_ptr. This is an incremental step toward fully requiring
C++11 and removing the Boost dependency.
|
2023年01月29日 | Don't print extra "GNU" in help | Tom Tromey | 1 | -1/+0 |
|
K . Kurokawa pointed out that --help prints:
GNU GNU source-highlight 3.1.9
This seems to be from the explicit use of "GNU" in
source-highlight.cc.
|
2023年01月29日 | Add support for Hare language | Conrad Hoffmann | 3 | -1/+37 |
|
This adds support for Hare.
From https://savannah.gnu.org/patch/?10259
|
2023年01月29日 | Update bug reporting instructions | Tom Tromey | 1 | -2/+3 |
|
The various bug reporting instructions refer to the mailing list, but
savannah bug reports are a bit nicer -- they don't get lost. This
patch updates the instructions.
|
2020年06月10日 | Add support for C++14 digit separators | Anonymous | 1 | -2/+4 |
|
See bug#58276
|
2020年06月10日 | Add support for YAML | Vedran Vidovic | 3 | -1/+23 |
|
2019年10月03日 | fix datadir search - include user settings | Avi Halachmi (:avih) | 1 | -20/+21 |
|
at fileutils.cc:
- removed redundant logic when searching data files.
- now using start_path as fallback data-dir for all cases instead of only for
the case where path is not given and input_file_name doesn't have a path.
at source-highlight.cc
- refined the logic of data-dir search. now it starts with retrieveDataDir(),
overridden with --data-dir, and fallback to <bin-dir>../share/source-highlight/
(previously it was effectively never using retrieveDataDir(), so it was
ignoring user settings within $HOME, env vars, etc)
|
2019年06月02日 | Handle Ada attributes correctly | Tom Tromey | 1 | -1/+1 |
|
I noticed that Ada attributes are not handled correctly; they are
treated like strings. This patch changes character literals to be
more precise -- and correct, because I don't believe Ada actually has
escape syntax.
|
2019年06月02日 | Add missing vim changes | Atte Peltomaki | 2 | -1/+2 |
|
I forgot, once again, to "git add" some files before a commit.
This fixes the damage.
|
2019年06月02日 | Add support for vim | Atte Peltomaki | 1 | -0/+858 |
|
2019年06月02日 | Support for ipxe config files/scripting language. | Luc Ducazu | 3 | -1/+50 |
|
2019年06月02日 | Fix URLs in comments in m4 mode | Tom Tromey | 1 | -1/+4 |
|
This patch comes from Asushi Hayami. From the patch description:
I found that URLs etc in dnl comments of m4 files are not properly
highlighted if they are not the first element.
|
2019年06月02日 | Add Python async and await keywords | Tom Tromey | 1 | -1/+1 |
|
2019年06月02日 | Fix infinite loop in zsh.lang | Tom Tromey | 1 | -2/+4 |
|
zsh.lang had a couple of bugs, one of which could cause an infinite loop.
Thanks to Doron Behar for the fix.
|
2019年06月01日 | Update C and C++ languages | Tom Tromey | 5 | -21/+76 |
|
This updates the C language to C11 and the C++ language to C++17. It
introduces a new c_preprocessor.lang, because C and C++ have diverged
a bit, and it was difficult to make them continue to share so much.
This also impacted d.lang.
Here I chose to make "final" and "override" keywords, even though they
are context-dependent. I also chose not to make the alterative
operator spellings into keywords.
|
2019年06月01日 | Use upper case in --help output | Tom Tromey | 5 | -64/+64 |
|
GNU coding standards say to use upper case for "metasyntactic
variables". This was incompletely done in the --help output; this
patch changes it to be uniform.
|
2019年06月01日 | Don't use "black" in esc.style | Tom Tromey | 1 | -1/+1 |
|
Bug #55967 points out that using "black" in the function style in
esc.style makes function names unreadable on a dark-theme
terminal. The suggested fix, removing "black", seemed reasonable to
me, so I am checking it in.
|
2019年06月01日 | "enum" and "union" also define a type tag | Tom Tromey | 2 | -2/+2 |
|
This changes c.lang and cpp.lang so that "enum" and "union" also
define a type tag.
|
2019年06月01日 | Add Rust support | Tom Tromey | 3 | -1/+36 |
|
This adds a rust.lang and changes lang.map so that .rs is recognized
as Rust source.
|
2015年03月30日 | groff output format | Lorenzo Bettini | 5 | -3/+176 |
|
2015年03月30日 | Cucumber language definition | Lorenzo Bettini | 7 | -4/+66 |
|
https://savannah.gnu.org/bugs/?44632
|
2015年03月28日 | updated lesspipe file to handle archives | Lorenzo Bettini | 1 | -0/+2 |
|
2015年03月28日 | other maps for fortran | Lorenzo Bettini | 1 | -0/+4 |
|
2015年03月28日 | allow hypen in bib.lang argument element | Lorenzo Bettini | 1 | -1/+1 |
|
2015年03月28日 | html5.outlang | Lorenzo Bettini | 4 | -0/+64 |
|
2015年03月28日 | json.lang | Lorenzo Bettini | 4 | -2/+34 |
|
2015年03月28日 | groovy.lang | Lorenzo Bettini | 3 | -1/+37 |
|
2015年03月28日 | updated other files for zsh | Lorenzo Bettini | 2 | -1/+2 |
|
2015年03月28日 | Add zsh language definition and vim variable highlight | Atte Peltomaki | 1 | -0/+50 |
|
* Add zsh.lang
* Add .variable coloring to sh_vim.css
|
2015年03月28日 | patch #8031: Add support for Go language | Lorenzo Bettini | 3 | -2/+38 |
|
by Peter Eisentraut
|
2015年03月27日 | bug #42994: Consider supporting s-expression output format | Lorenzo Bettini | 3 | -2/+10 |
|
https://savannah.gnu.org/bugs/index.php?42994
|
2015年03月27日 | bug #42090: R source-highlight lang and style | Lorenzo Bettini | 5 | -4/+70 |
|
https://savannah.gnu.org/bugs/?42090
|
2015年03月27日 | bug #39850: .cxx and .hxx as C++ file extensions | Lorenzo Bettini | 1 | -0/+2 |
|
https://savannah.gnu.org/bugs/index.php?39850
|
2012年11月22日 | regenerated command line parsers | Lorenzo Bettini | 4 | -54/+68 |
|
2012年11月19日 | test.coffee added to test suite | Lorenzo Bettini | 2 | -1/+2 |
|
2012年11月19日 | added coffescript.lang | Nick Gauthier | 2 | -0/+32 |
|
2012年11月09日 | Incomplete - task 37332: Standard fortran extension not in lang.map | Lorenzo Bettini | 1 | -0/+1 |
|
https://savannah.gnu.org/bugs/?37332
|
2012年11月09日 | (tcl.lang): ${name} https://savannah.gnu.org/bugs/?36860 | Lorenzo Bettini | 1 | -1/+1 |
|
2012年11月09日 | Do not consider $' a variable https://savannah.gnu.org/bugs/?36613 | Lorenzo Bettini | 1 | -1/+1 |
|
2012年07月19日 | Bug 36860: --version 3.1.4 (tcl.lang): ${name} variables | Lorenzo Bettini | 1 | -1/+1 |
|
are not highlighted
https://savannah.gnu.org/bugs/?36860
|
2012年07月19日 | Bug 36859: --version 3.1.4 (tcl.lang): pgk_mkIndex sould | Lorenzo Bettini | 1 | -2/+2 |
|
read pkg_mkIndex
https://savannah.gnu.org/bugs/?36859
|
2012年04月14日 | ISLISP language definition file | Lorenzo Bettini | 3 | -1/+5 |
|
2012年04月14日 | improved Erlang definition file | Lorenzo Bettini | 1 | -7/+62 |
|
2012年04月14日 | script source-highlight-esc.sh | Lorenzo Bettini | 2 | -1/+34 |
|
2012年04月14日 | ESC 256 colors | Lorenzo Bettini | 4 | -1/+98 |
|
2012年04月14日 | bug #35615: R programming language through Asm | Lorenzo Bettini | 1 | -0/+1 |
|
https://savannah.gnu.org/bugs/?35615
|
2012年04月14日 | Lilypond language definition | Lorenzo Bettini | 4 | -3/+170 |
|