mirror of https://github.com/Wilfred/difftastic/
Better comments
Problem ------- The following comment combinations are not parsed: 1. ``` // /* // * // */ ``` 2. ``` /* // */ ``` Solution ------- - set higher lexing priority for `$._comment_text` token - include "//" as an alternative to the contents of `$.block_comment`text_sliders
parent
199cf060ee
commit
0e89e94d5f
Loading…
Reference in New Issue