This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name hex_pm_pages | |
// @namespace http://orderthruchaos.bitbucket.org/ | |
// @copyright 2015+, Brett DiFrischia | |
// @license | |
// @description | |
// @grant GM_log | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js | |
// @include https://hex.pm/packages | |
// @include https://hex.pm/packages?* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Arduino | |
" Maintainer: Brett DiFrischia <orderthruchaos _at_ gmail _dot_ com> | |
" Last Change: 2011-05-12 | |
" License: VIM license (:help license, replace vim by arduino.vim) | |
" Based on syntax/arduino.vim (by Johannes Hoff) initial setup. | |
" Read the C++ indent script to start with | |
if version < 600 |
NewerOlder