===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
micro-2.0.8/README.md-158-
micro-2.0.8/README.md:159:The command `make install` will install the binary to `$GOPATH/bin` or `$GOBIN`.
micro-2.0.8/README.md-160-
##############################################
micro-2.0.8/internal/display/statusline.go-93-
micro-2.0.8/internal/display/statusline.go:94:var formatParser = regexp.MustCompile(`\$\(.+?\)`)
micro-2.0.8/internal/display/statusline.go-95-
##############################################
micro-2.0.8/runtime/help/colors.md-52-  environment variable `MICRO_TRUECOLOR` to 1.  In addition your terminal
micro-2.0.8/runtime/help/colors.md:53:  must support it (usually indicated by setting `$COLORTERM` to `truecolor`).
micro-2.0.8/runtime/help/colors.md-54-  True-color colorschemes in micro typically end with `-tc`, such as
##############################################
micro-2.0.8/runtime/help/options.md-4-
micro-2.0.8/runtime/help/options.md:5:Micro uses `$MICRO_CONFIG_HOME` as the configuration directory. If this
micro-2.0.8/runtime/help/options.md:6:environment variable is not set, it uses `$XDG_CONFIG_HOME/micro` instead. If
micro-2.0.8/runtime/help/options.md-7-that environment variable is not set, it uses `~/.config/micro` as the
##############################################
micro-2.0.8/runtime/help/options.md-316-* `statusformatl`: format string definition for the left-justified part of the
micro-2.0.8/runtime/help/options.md:317:   statusline. Special directives should be placed inside `$()`. Special
micro-2.0.8/runtime/help/options.md-318-   directives include: `filename`, `modified`, `line`, `col`, `opt`, `bind`.
##############################################
micro-2.0.8/runtime/help/options.md-327-
micro-2.0.8/runtime/help/options.md:328:    default value: `$(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help`
micro-2.0.8/runtime/help/options.md-329-
##############################################
micro-2.0.8/runtime/help/options.md-364-* `xterm`: micro will assume that the terminal it is running in conforms to
micro-2.0.8/runtime/help/options.md:365:  `xterm-256color` regardless of what the `$TERM` variable actually contains.
micro-2.0.8/runtime/help/options.md-366-   Enabling this option may cause unwanted effects if your terminal in fact
##############################################
micro-2.0.8/runtime/syntax/asm.yaml-6-rules:
micro-2.0.8/runtime/syntax/asm.yaml:7:    # This file is made for NASM assembly
micro-2.0.8/runtime/syntax/asm.yaml-8-