Add Sublime Text settings

This commit is contained in:
Kelvin Sherlock 2014-03-11 22:34:24 -04:00
parent 73bc944d20
commit 927a4cd3ec
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.cache
*.pyc

View File

@ -0,0 +1,8 @@
{
"working_dir": "$project_path",
"selector": "source.asm.65816.mpw",
"cmd": ["mpw", "asmiigs", "$file"],
"file_regex": "^ *File \"(.*?)\"; line ([0-9]+)$"
}

View File

@ -0,0 +1,4 @@
{
"tab_size": 8,
"translate_tabs_to_spaces": false
}