mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-11-21 04:31:38 +00:00
Add Sublime Text settings
This commit is contained in:
parent
73bc944d20
commit
927a4cd3ec
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.cache
|
||||
*.pyc
|
8
MPW Asm IIgs.sublime-build
Normal file
8
MPW Asm IIgs.sublime-build
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"working_dir": "$project_path",
|
||||
"selector": "source.asm.65816.mpw",
|
||||
"cmd": ["mpw", "asmiigs", "$file"],
|
||||
"file_regex": "^ *File \"(.*?)\"; line ([0-9]+)$"
|
||||
|
||||
}
|
||||
|
4
MPW Asm IIgs.sublime-settings
Normal file
4
MPW Asm IIgs.sublime-settings
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"tab_size": 8,
|
||||
"translate_tabs_to_spaces": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user