nvim-treesitter/queries/java
Daniel Woznicki 3d6f2637a2 Made block comment indent @auto so that new lines line up nicely with existing comment block
Previous indentation:
    /**
    *
    */

    New indentation:
    /**
     *
     */
2022-03-01 21:12:14 +01:00
..
highlights.scm feat(java)(highlights): add missing highlights for @type 2022-01-18 21:59:36 +01:00
indents.scm Made block comment indent @auto so that new lines line up nicely with existing comment block 2022-03-01 21:12:14 +01:00
injections.scm highlights/injections/indents(java): comment -> line_comment,block_comment 2022-01-16 14:24:20 +01:00
locals.scm Update queries 2021-12-22 21:17:28 +01:00