Commit 21722389 authored by supriya's avatar supriya

NativeBase Snippets for Sublime

parent 9de607f2
{ {
"name": "NativeBase Snippets Sublime ", "folders":
"details": "https://github.com/GeekyAnts/native-base-sublime-package", [
"releases": [
{ {
"sublime_text": "*", "path": "."
"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
...@@ -44,6 +44,18 @@ ...@@ -44,6 +44,18 @@
} }
] ]
}, },
{
"name": "NativeBase Snippets Sublime",
"details": "https://github.com/GeekyAnts/native-base-sublime-package",
"releases": [
{
"sublime_text": "*",
"platforms": ["osx", "linux"],
"tags": true,
"branch": "master"
}
]
},
{ {
"name": "Nasl", "name": "Nasl",
"details": "https://github.com/mr6r4y/Nasl", "details": "https://github.com/mr6r4y/Nasl",
......
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