Alexandre Borela
Alexandre Borela
Is there any available?
## Integration - [x] API to enable external packages to use Naomi's compilers. ## Build systems - [x] Commands; - [x] Keymaps; - [x] Menus; - [x] Preferences; - [...
Currently, the following would not be highlighted as an arrow function: ```js let a = ( param1, param2 ) => { // Body } ``` This limitation is from sublime...
While is possible to track down recursion manually, automated tests will simplify this a lot.
It would useful to have different colors to differentiate array literals vs access, object literal vs block. Currently to implement this feature, sublime needs to fix the score function https://github.com/SublimeTextIssues/Core/issues/2152
The comment toggle plugin is complex and have lots of moving parts, unit tests need to be added for it.
Current indentation settings do not work well for square brackets and parenthesis, additionally, there are some edge cases that breaks the re-indent command. This must be done in a away...
CSS is constantly evolving and the list of properties/constants needs to be updated. New properties can be added to this list: https://github.com/borela/naomi/blob/master/syntaxes/css3/property.sublime-syntax#L24 New constants can be added to this list:...
Markdown syntax should be the same as the core but with extra features supported by the github markdown.