Skip to content

Instantly share code, notes, and snippets.

@chrismarksus
chrismarksus / dabblet.css
Last active February 4, 2016 21:49 — forked from anonymous/dabblet.css
The difference between these 2 purples
/**
* The difference between these 2 purples
*/
body{
font-weight: bold;
font-family: 'Comfortaa', cursive;
font-size: 2em;
background-color: #d3d3d3;
}
.container {
@chrismarksus
chrismarksus / .ctags
Created January 12, 2016 19:23 — forked from xzj/.ctags
my .ctags syntax file for Groovy language (exuberant-ctags)
--langdef=groovy
--langmap=groovy:.groovy
--regex-groovy=/^[ \t]*[(private|public|protected) ( \t)]*def[ \t]+([A-Za-z0-9_]+)[ \t]*\(/\1/f,function,functions/
--regex-groovy=/^[ \t]*private def[ \t]+([A-Za-z0-9_]+)[ \t]*/\1/v,private,private variables/
--regex-groovy=/^[ \t]*public def[ \t]+([A-Za-z0-9_]+)[ \t]*/\1/u,public,public variables/
--regex-groovy=/^[ \t]*[abstract ( \t)]*[(private|public) ( \t)]*class[ \t]+([A-Za-z0-9_]+)[ \t]*/\1/c,class,classes/
--regex-groovy=/^[ \t]*[abstract ( \t)]*[(private|public) ( \t)]*enum[ \t]+([A-Za-z0-9_]+)[ \t]*/\1/c,class,classes/
@chrismarksus
chrismarksus / soy.vim
Last active August 29, 2015 14:19 — forked from rcmachado/soy.vim
" Vim syntax file
" Language: Soy Templates
" Maintainer: Rodrigo Machado [email protected]
" Last Change: Thu Apr 15 16:59:00 GMT 2010
" Filenames: *.soy
" URL: http://gist.github.com/gists/367358/download
"
" Based on Smarty.vim
" For version 5.x: Clear all syntax items