WhizzML
Sublime Package for WhizzML
Details
Installs
- Total 124
- Win 58
- Mac 50
- Linux 16
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
WhizzML for Sublime Text 3
BigML's DSL for Machine Learning WhizzML syntax highlighting, autocompletions, and settings for Sublime Text.
Instalation
Using Package Control
Install it through Package Control: Install Package > WhizzML. Open Command Palette panel from Tools > Command Palette (cmd+shift+P).
Manually
Copy WhizzML.sublime-syntax
, WhizzML.sublime-completions
, and
WhizzML.sublime-settings
or clone this repository inside the User directory
in Sublime Text's Packages directory.
Features
- Syntax highlighting
- Autocomplete
- Syntax settings (auto-indent, tab size, etc.)
- Future Snippets
- Future Code linter
Development
Copy WhizzML.sublime-syntax
, WhizzML.sublime-completions
, and
WhizzML.sublime-settings
into
<path-to-sublime-installation>/Packages/User
(~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User
in Mac).
Modify the desired definitions. When you're done make sure that tests on syntax
highlighting pass using the test file syntax_test.whizzml
. Open it and using
Command Palette panel run the command “Build With: Syntax Tests - All
Syntaxes”.
Dev resources
- Sublime Text syntax higlighting:
- Sublime Text autocompletion:
- Sublime Text packages:
A way to get the list of WhizzML reserved names used to build the syntax and completions rules is to run the following commands in the DevTools JS console of the Web WhizzML REPL.
privatePrefixRegex = /^bigml/;
whizzml.user.reserved_names().filter(function(p) {
return !privatePrefixRegex.test(p);
}).join('\n')
Current WhizzML Version supported
0.35.0 (08-29-2019)