Sheetal Nandi
|
858d33f039
|
Scope const declarations as const
Fixes #641, #542
|
2018-07-26 16:36:01 -07:00 |
Sheetal Nandi
|
06dee86e6f
|
Uniformly handle the leading white spaces for array literal, binding patterns, method/field declarations
Fixes #624
|
2018-06-07 10:32:21 -07:00 |
Sheetal Nandi
|
82022168af
|
Correctly handle the line endings when testing tokenizations for the line
|
2018-04-27 15:42:00 -07:00 |
Sheetal Nandi
|
f2cdd8bc68
|
Add scope 'meta.function-call' for function-method calls
Fixes #413
|
2017-04-21 15:27:37 -07:00 |
Sheetal Nandi
|
a87cde2f4d
|
Renaming the scope name of object-literal to objectliteral
This is to make sure vscode injection scope selection doesnt fail.
|
2016-10-21 15:05:21 -07:00 |
Sheetal Nandi
|
19899b140f
|
Add scope meta.definition to varible, function, method and field declarations
|
2016-10-20 11:38:07 -07:00 |
Sheetal Nandi
|
acc6b06af5
|
Simplify variable and destructuring pattern
Fixes #307
|
2016-10-12 10:48:50 -07:00 |
Sheetal Nandi
|
1bde8efb45
|
No need to check the context for arrow since we are already speculating it based on =>
Fixes #304
|
2016-10-11 12:41:01 -07:00 |