===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ccls-0.20201025/README.md-9-  * [definition](src/messages/textDocument_definition.cc)/[references](src/messages/textDocument_references.cc), and other cross references
ccls-0.20201025/README.md:10:  * cross reference extensions: `$ccls/call` `$ccls/inheritance` `$ccls/member` `$ccls/vars` ...
ccls-0.20201025/README.md-11-  * formatting
##############################################
ccls-0.20201025/README.md-17-  * semantic highlighting and preprocessor skipped regions
ccls-0.20201025/README.md:18:  * semantic navigation: `$ccls/navigate`
ccls-0.20201025/README.md-19-
##############################################
ccls-0.20201025/src/messages/initialize.cc-147-      //
ccls-0.20201025/src/messages/initialize.cc:148:      // A snippet can define tab stops and placeholders with `$1`, `$2`
ccls-0.20201025/src/messages/initialize.cc:149:      // and `${3:foo}`. `$0` defines the final tab stop, it defaults to
ccls-0.20201025/src/messages/initialize.cc-150-      // the end of the snippet. Placeholders with equal identifiers are linked,