Skip to content

Instantly share code, notes, and snippets.

View malleor's full-sized avatar

Janusz Lenar malleor

View GitHub Profile
@malleor
malleor / gist:4116567
Created November 20, 2012 07:26
Header guard to pragma once in VS
\#ifndef {[A-Z_]@_H}:b*\n\#define \1:b*\n{(.*\n)*}\#endif(.*\1)*\n -> #pragma once\n\2
@malleor
malleor / Remove doxygen comments
Created November 21, 2012 13:49
Interface class definition to implementation class definition in VS
\n*:b*///.@$ -> None