mirror of
https://github.com/kennethreitz-archive/kcode.tmbundle.git
synced 2026-06-05 23:50:18 +00:00
8 lines
218 B
Python
8 lines
218 B
Python
my_zen_settings = {
|
|
'html': {
|
|
'abbreviations': {
|
|
'jq': '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>',
|
|
'demo': '<div id="demo"></div>'
|
|
}
|
|
}
|
|
} |