Skip to content

[Bugfix] Add Further File Extensions to Highlight (#3) #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions doc/ne.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -4509,33 +4509,38 @@ a list of common extensions. Don't get fancy with this format.

@example
ada: adb, ads
asm: s
c: c++, cc, cpp, cxx, h, h++, hpp, l, lex, y, yacc
asm: s, S, sx
c: asy, C, c++, cc, cp, cpp, CPP, cxx, dox, h, H, h++, hh, hp,
hpp, HPP, hxx, i, ii, l, lex, tcc, y, yacc
cobol: cbl, cob
csh: tcsh
diff: patch
fortran: f, F, for, f90, F90
fortran: f, F, for, FOR, f90, F90, f95, F95, f03, F03, f08,
F08, f18, ftn, FTN, fpp, FPP
haskell: hs, lhs
html: htm
java: js
lisp: el, lsp
mason: mas
md: markdown
ocaml: ml, mli
pascal: p, pas
perl: pl, pm
php: inc, php4, php5
ps: eps
puppet: pp
python: py, sage
python: py, pyw, pyx, sage
rexx: rex
ruby: rb
sh: bash, bash_login, bash_logout, bash_profile, bashrc, ksh,
profile, rc
skill: il
tex: latex, dtx, sty
texinfo: texi, txi
troff: 1
verilog: v, vh, vhd
troff: 1, 3
verilog: v, vh, vhd, vhdl
xml: xsd
yaml: yml
yaml: cff, yml
@end example


Expand Down