summaryrefslogtreecommitdiff
path: root/syntax
AgeCommit message (Collapse)AuthorFilesLines
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