| Age | Commit message (Collapse) | Author |
|
|
|
Added a failing test for possible broken CSS syntax tree
|
|
- Instead of @keyword, use @conditional, @exception, @return, @function
as appropriate
- Standardize to using @field (instead of @property)for struct members
|
|
- Use more specific/appropriate captures; change invalid captures
- Don't highlight punctuations in type names (e.g., the brackets in
'bytes32[]')
|
|
|
|
|
|
existing comment block
Previous indentation:
/**
*
*/
New indentation:
/**
*
*/
|
|
|
|
blocks were defaulting to indent 0
|
|
|
|
|
|
|
|
an annotation
|
|
Added test for Java enum indentation
|
|
|
|
declaration
Added tests for Java indentation, including one for issue 2571
|
|
|
|
|
|
|
|
Fixes #2497
|
|
|
|
Fixes #2476
|
|
|
|
|
|
While this does not test the described problem in insert mode
|
|
Also this issue has already been fixed
|
|
Issue #1981
|
|
|
|
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
The previous indentation actually causes a linter warning when using
pep8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|