Alexandre Borela

Results 18 issues of 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...

help wanted
sublime regex limitation
can't fix

While is possible to track down recursion manually, automated tests will simplify this a lot.

enhancement
feature
priority: medium

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

enhancement
feature
sublime core bug

The comment toggle plugin is complex and have lots of moving parts, unit tests need to be added for it.

enhancement
priority: low

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...

enhancement
feature

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:...

good first issue

Markdown syntax should be the same as the core but with extra features supported by the github markdown.

enhancement
priority: medium