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
#!/usr/bin/env ruby | |
# preliminary: | |
# | |
# git clone remote_repo repo | |
# cd repo | |
# for remote in `git branch -r | grep -v master `; do git checkout --track $remote ; done | |
def git_repo(subdir) | |
if File.directory?(subdir + "/.git") |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language SYSTEM "language.dtd"> | |
<!-- | |
Kate SCSS syntax highlighting definition | |
A few lines were added to the Kate CSS syntax highlighting definition to support SCSS | |
The latest version of this file can be found at https://gist.github.com/958598 | |
Changelog: |