Commit 9de607f2 authored by supriya's avatar supriya

NativeBase Snippets Sublime

parent 13cb481f
{ {
"folders": "name": "NativeBase Snippets Sublime ",
[ "details": "https://github.com/GeekyAnts/native-base-sublime-package",
"releases": [
{ {
"path": "." "sublime_text": "*",
} "platforms": ["osx", "linux"],
], "tags": true
"settings": {
"ensure_newline_at_eof_on_save": true,
"translate_to_spaces": false,
"trim_trailing_white_space_on_save": true
},
"build_systems":
[
{
"name": "Run Tests",
"cmd": ["python", "-m", "unittest"],
"file_regex": "^\\s*File \"(.*?)\", line \\d+",
"working_dir": "${project_path:${folder}}",
"selector": "source.json, source.python"
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment