WhizzML
Sublime Package for WhizzML
Details
Installs
- Total 109
- Win 51
- Mac 44
- Linux 14
Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 0 | 0 | 0 | 0 | 0 | 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)