Skip to content

Commit

Permalink
Integrating the changes proposed by #31
Browse files Browse the repository at this point in the history
  • Loading branch information
contradictioned committed May 31, 2016
1 parent 97a3c2b commit 7bb21ff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 27 deletions.
6 changes: 5 additions & 1 deletion index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ html(lang="en")
p.packages
| Important packages:
a(href="https://marketplace.visualstudio.com/items/saviorisdead.RustyCode") Rusty Code
p.last-update(tilte="Last update") 2015-12-01
| ,
a(href="https://marketplace.visualstudio.com/items?itemName=webfreak.debug") Debug
| ,
a(href="https://marketplace.visualstudio.com/items?itemName=be5invis.toml") TOML Language Support
p.last-update(tilte="Last update") 2016-05-17



Expand Down
67 changes: 41 additions & 26 deletions table.jade
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ table#overview
th
div Go-to Definition
th
div Syntax Checking
div Debugging
th
div Documentation Tooltips
tbody
tr
th.name
Expand All @@ -25,8 +27,9 @@ table#overview
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.syntaxcheck
td.goto
td.debugging
td.doctooltips
tr
th.name
a(href="#bbedit") BBedit
Expand All @@ -36,7 +39,8 @@ table#overview
td.completion
td.linting
td.goto
td.syntaxcheck
td.debugging
td.doctooltips
tr
th.name
a(href="#emacs") Emacs
Expand All @@ -46,7 +50,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.syntaxcheck ✓<sup>1</sup>
td.debugging
td.doctooltips

tr
th.name
Expand All @@ -57,7 +62,8 @@ table#overview
td.completion ✓<sup>1</sup>
td.linting ✓<sup>1</sup>
td.goto ✓<sup>1</sup>
td.syntaxcheck ✓<sup>1</sup>
td.debugging
td.doctooltips
tr
th(title="Sublime Text 2/3").name
a(href="#sublime") Sublime
Expand All @@ -67,7 +73,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.syntaxcheck
td.debugging
td.doctooltips
tr
th.name
a(href="#vim") Vim
Expand All @@ -77,7 +84,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting
td.goto ✓<sup>2</sup>
td.syntaxcheck ✓<sup>1</sup>
td.debugging
td.doctooltips
tr
th.name
a(href="#vscode") VS Code
Expand All @@ -86,12 +94,13 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting
td.goto ✓<sup>2</sup>
td.syntaxcheck
td.debugging ✓<sup>1</sup>
td.doctooltips ✓<sup>2</sup>
//--------
//- More -
//--------
tr.show_more
td(colspan="7") Show more editors ⇩
td(colspan="8") Show more editors ⇩
tr.more
th.name
a(href="#geany") Geany
Expand All @@ -101,7 +110,8 @@ table#overview
td.completion
td.linting
td.goto
td.syntaxcheck
td.debugging
td.doctooltips
tr.more
th.name
a(href="#kate") Kate
Expand All @@ -111,7 +121,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting
td.goto
td.syntaxcheck
td.debugging
td.doctooltips
//--------
//- IDEs -
//--------
Expand All @@ -124,17 +135,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting
td.goto ✓<sup>1</sup>
td.syntaxcheck
tr
th.name
a(href="#visualstudio") Visual Studio
td.highlighting
//-td.tomlhighlighting
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.goto ✓<sup>1</sup>
td.syntaxcheck
td.debugging ✓<sup>1</sup>
td.doctooltips
tr
th.name
a(href="#intellij") IntelliJ IDEA
Expand All @@ -144,9 +146,21 @@ table#overview
td.completion
td.linting
td.goto
td.syntaxcheck ✓<sup>1</sup>
td.debugging
td.doctooltips
tr
th.name
a(href="#visualstudio") Visual Studio
td.highlighting
//-td.tomlhighlighting
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.goto ✓<sup>1</sup>
td.debugging ✓<sup>1</sup>
td.doctooltips
tr.show_more
td(colspan="7") Show more IDEs ⇩
td(colspan="8") Show more IDEs ⇩
//--------
//- More -
//--------
Expand All @@ -159,7 +173,8 @@ table#overview
td.completion ✓<sup>2</sup>
td.linting
td.goto
td.syntaxcheck
td.debugging
td.doctooltips
#overviewlegend
p
| ✓ = supported out-of-the-box,
Expand Down

0 comments on commit 7bb21ff

Please sign in to comment.