chopficaro Posted April 14, 2010 Share Posted April 14, 2010 ive got a resume web site and i want to let my viewers click on a link to a particular code sample of mine to read. ive got .as files, .cpp files, .h files, .js files, ,php files, u name it, but they're all just text. now i tried just linking the user to the unaltered file and that was buggy, and i also tried pasting the code into MS word and saving it as an html file, but that was buggy too, they couldn't get the indents right. is there some software out there that converts text files into readable html with all the indenting done correctly? Quote Link to comment Share on other sites More sharing options...
oni-kun Posted April 15, 2010 Share Posted April 15, 2010 Vim can. There's a few useful highlighters here: http://www.andre-simon.de/ http://tohtml.com/ It should generate indentation/proper highlighting for many languages, Which is what you want. I'm sure google can find many more. Quote Link to comment Share on other sites More sharing options...
chopficaro Posted April 15, 2010 Author Share Posted April 15, 2010 ty ill give it a try Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.