summaryrefslogtreecommitdiff
path: root/syntax
AgeCommit message (Collapse)AuthorFilesLines
2015-08-29Syntax fixryanss1-1/+1
` 100 years ago` was being highlighted like subtitle in comment thread [10196457]
2015-08-28Highlight OP username in comment thread subtitleryanss1-1/+1
2015-06-17Fix runaway italic syntax when no closing underscoreryanss1-3/+3
Example comment [9720796]
2015-04-26Release version 0.2ryanss1-1/+1
2015-03-19Add hidden item id links to comment header linesryanss1-1/+1
2015-03-08Add ability to view alternate pages, Closes #27ryanss1-0/+1
ask, show, shownew, jobs, best, active, newest, noobstories
2015-03-01Replace <i>italic</i> tags with _italic_ underscoresryanss1-1/+1
2015-02-28Highlight OP username in comment titlesryanss1-1/+1
2015-02-19Improve handling of html tags in commentsryanss1-0/+4
Fixes errors trying to view comments for item=8955426
2015-02-16Front page title line now links to item url. Close #4ryanss1-1/+2
The first line of of each front page item (that contains the title and domain) links to the external url associated with the item. The second line of each item (that contains the points, user, comment count) links to the comments page. This is consistent with how the actual Hacker News front page works.
2015-02-10Syntax regex fixryanss1-1/+1
`([http://example.net])` was being highlighted like a front page domain `Comment` instead of a link url `Constant`.
2015-02-10Syntax regex improvementryanss1-1/+1
2015-02-10Fix syntax regex to match "_an_ hour ago"ryanss1-2/+2
2015-02-10Remove unwanted extra blank lines around code blocksryanss1-1/+1
2015-02-10Improve specificity of syntax match regexryanss1-1/+1
This syntax match regex was accidentally highlighting lines in comments that were shifted by one level and contained the word "ago".
2015-02-09Fix code block syntax region regexryanss1-1/+1
2015-02-08Improve handling of job items and Ask HN itemsryanss1-0/+1
2015-02-08Fix #15 Error setting ctermfg=bg when ctermbg=NONEryanss1-5/+10
2015-02-08Fix #12 Force `Ignore` highlight group to be hiddenryanss1-0/+8
Some colorschemes (ex. Solarized) have defined the `Ignore` syntax highlight group to not be hidden so we need to make sure this group gets hidden properly in both gui and terminal environments.
2015-02-07Release version 0.1.1ryanss1-1/+1
2015-02-07Release version 0.1ryanss1-0/+1
2015-02-07Add Roadmap and Contribution sections to READMEryanss1-1/+7
2015-02-07Highlight Hacker News header orangeryanss1-0/+6
2015-02-02Improve job posting format/syntax on main pageryanss1-0/+1
2015-02-01Fix syntax highlighting of domains on main pageryanss1-1/+1
2015-01-30Improve syntax highlighting of main pageryanss1-0/+12
2015-01-21Add "Ignore" syntax highlighting to top story id'sryanss1-0/+1
2015-01-20Specify code block syntax highlighting better to stop false positivesryanss1-1/+1
2015-01-19Add syntax hightlighting to code blocksryanss1-0/+1
2015-01-15Add ability to handle links spanning multiple linesryanss1-1/+1
2015-01-11Add anchor tag parsing and syntax highlightingryanss1-0/+1
2015-01-10Add syntax highlighting of comment headersryanss1-0/+12