src-highlite.git - src-highlite

index : src-highlite.git
src-highlite
summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024年01月20日src-hilite-lesspipe.sh.in: sync supported file exts with original lesspipe HEAD master Matthew Hall1-1/+1
Signed-off-by: Matthew Hall <mhall@mhcomputing.net>
2024年01月20日lesspipe may contain ".sh" extension Keith Seitz1-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 Tromey1-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 Tromey1-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 Tromey1-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 Hoffmann3-1/+37
This adds support for Hare. From https://savannah.gnu.org/patch/?10259
2023年01月29日Update bug reporting instructions Tom Tromey1-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 Anonymous1-2/+4
See bug#58276
2020年06月10日Add support for YAML Vedran Vidovic3-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 Tromey1-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 Peltomaki2-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 Peltomaki1-0/+858
2019年06月02日Support for ipxe config files/scripting language. Luc Ducazu3-1/+50
2019年06月02日Fix URLs in comments in m4 mode Tom Tromey1-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 Tromey1-1/+1
2019年06月02日Fix infinite loop in zsh.lang Tom Tromey1-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 Tromey5-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 Tromey5-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 Tromey1-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 Tromey2-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 Tromey3-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 Bettini5-3/+176
2015年03月30日Cucumber language definition Lorenzo Bettini7-4/+66
https://savannah.gnu.org/bugs/?44632
2015年03月28日updated lesspipe file to handle archives Lorenzo Bettini1-0/+2
2015年03月28日other maps for fortran Lorenzo Bettini1-0/+4
2015年03月28日allow hypen in bib.lang argument element Lorenzo Bettini1-1/+1
2015年03月28日html5.outlang Lorenzo Bettini4-0/+64
2015年03月28日json.lang Lorenzo Bettini4-2/+34
2015年03月28日groovy.lang Lorenzo Bettini3-1/+37
2015年03月28日updated other files for zsh Lorenzo Bettini2-1/+2
2015年03月28日Add zsh language definition and vim variable highlight Atte Peltomaki1-0/+50
* Add zsh.lang * Add .variable coloring to sh_vim.css
2015年03月28日patch #8031: Add support for Go language Lorenzo Bettini3-2/+38
by Peter Eisentraut
2015年03月27日bug #42994: Consider supporting s-expression output format Lorenzo Bettini3-2/+10
https://savannah.gnu.org/bugs/index.php?42994
2015年03月27日bug #42090: R source-highlight lang and style Lorenzo Bettini5-4/+70
https://savannah.gnu.org/bugs/?42090
2015年03月27日bug #39850: .cxx and .hxx as C++ file extensions Lorenzo Bettini1-0/+2
https://savannah.gnu.org/bugs/index.php?39850
2012年11月22日regenerated command line parsers Lorenzo Bettini4-54/+68
2012年11月19日test.coffee added to test suite Lorenzo Bettini2-1/+2
2012年11月19日added coffescript.lang Nick Gauthier2-0/+32
2012年11月09日Incomplete - task 37332: Standard fortran extension not in lang.map Lorenzo Bettini1-0/+1
https://savannah.gnu.org/bugs/?37332
2012年11月09日(tcl.lang): ${name} https://savannah.gnu.org/bugs/?36860 Lorenzo Bettini1-1/+1
2012年11月09日Do not consider $' a variable https://savannah.gnu.org/bugs/?36613 Lorenzo Bettini1-1/+1
2012年07月19日Bug 36860: --version 3.1.4 (tcl.lang): ${name} variables Lorenzo Bettini1-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 Bettini1-2/+2
read pkg_mkIndex https://savannah.gnu.org/bugs/?36859
2012年04月14日ISLISP language definition file Lorenzo Bettini3-1/+5
2012年04月14日improved Erlang definition file Lorenzo Bettini1-7/+62
2012年04月14日script source-highlight-esc.sh Lorenzo Bettini2-1/+34
2012年04月14日ESC 256 colors Lorenzo Bettini4-1/+98
2012年04月14日bug #35615: R programming language through Asm Lorenzo Bettini1-0/+1
https://savannah.gnu.org/bugs/?35615
2012年04月14日Lilypond language definition Lorenzo Bettini4-3/+170
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月26日 06:57:52 +0000

AltStyle によって変換されたページ (->オリジナル) /