diff options
author | Camil Staps | 2018-10-26 20:07:59 +0200 |
---|---|---|
committer | Camil Staps | 2018-10-26 20:07:59 +0200 |
commit | 28a475f8584cb664cec089275a9b09456ecd73c9 (patch) | |
tree | 27f7449fd63bf946dd203e5b7f87b5c1f7e6dfbd | |
parent | Update links to projects moved to gitlab (diff) |
Add hayeb/SublimeCloogle to clean.html
-rw-r--r-- | resources/pug/finals/clean.pug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/pug/finals/clean.pug b/resources/pug/finals/clean.pug index a162b19..6b8f752 100644 --- a/resources/pug/finals/clean.pug +++ b/resources/pug/finals/clean.pug @@ -38,8 +38,9 @@ block content ul +gitlabItem('cstaps', 'vim-clean', 'Vim syntax highlighting and extra functions') +gitlabItem('cloogle', 'clean-highlighter', 'standalone JavaScript highlighter') + +githubItem('hayeb', 'SublimeCloogle', 'Sublime Text 3 Cloogle frontend') +githubItem('isagalaev', 'highlight.js', 'generic JavaScript highlighter with rudimentary Clean support') - +githubItem('matheusamazonas', 'sublime3_clean', 'Sublime3 syntax highlighting') + +githubItem('matheusamazonas', 'sublime3_clean', 'Sublime Text 3 syntax highlighting') +item('https://pypi.python.org/pypi/pygments-lexer-clean', 'pygments-lexer-clean', 'Pygments lexer (Python, minted in TeX)') +githubItem('timjs', 'atom-language-clean', 'Atom highlighting support') +githubItem('W95Psp', 'CleanForVSCode', 'an extension for VSCode') |