===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
highlight-3.41/README_LANGLIST-28-Abstract                      : aspect ( was wud )
highlight-3.41/README_LANGLIST:29:Generic Assembler             : assembler ( 29k 68s 68x a51 asm x86 )
highlight-3.41/README_LANGLIST-30-Applied Type System           : ats ( dats )
##############################################
highlight-3.41/README_LANGLIST-73-FAME                          : fame ( fame )
highlight-3.41/README_LANGLIST:74:fasm                          : fasm ( inc )
highlight-3.41/README_LANGLIST-75-Felix                         : felix ( flx )
##############################################
highlight-3.41/src/gui-qt/highlight.xpm-1143-"B+C+B+D+B+E+D+D+C+B+B+B+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+B+B+B+D+B+D+B+B+B+D+B+D+B+B+C+",
highlight-3.41/src/gui-qt/highlight.xpm:1144:"`+`+ @`+`+`+`+`+ @ @ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@ @ @`+`+ @`+`+`+`+ @`+ @ @`+`+",
highlight-3.41/src/gui-qt/highlight.xpm-1145-"_@_@_@_@_@_@_@_@_@_@:@<@[@}@|@1@2@3@4@5@6@7@8@9@0@a@b@c@d@e@f@g@h@i@_@_@_@_@_@_@_@_@_@_@_@_@_@_@",
##############################################
highlight-3.41/src/core/astyle/ASResource.cpp-85-
highlight-3.41/src/core/astyle/ASResource.cpp:86:const string ASResource::AS_ASM = string("asm");
highlight-3.41/src/core/astyle/ASResource.cpp-87-const string ASResource::AS__ASM__ = string("__asm__");
highlight-3.41/src/core/astyle/ASResource.cpp:88:const string ASResource::AS_MS_ASM = string("_asm");
highlight-3.41/src/core/astyle/ASResource.cpp:89:const string ASResource::AS_MS__ASM = string("__asm");
highlight-3.41/src/core/astyle/ASResource.cpp-90-
##############################################
highlight-3.41/src/core/astyle/ASFormatter.cpp-233-	isInExecSQL = false;
highlight-3.41/src/core/astyle/ASFormatter.cpp:234:	isInAsm = false;
highlight-3.41/src/core/astyle/ASFormatter.cpp-235-	isInAsmOneLine = false;
##############################################
highlight-3.41/src/core/astyle/ASFormatter.cpp-1412-			         && !isInEnum                   // not an enum with a base type
highlight-3.41/src/core/astyle/ASFormatter.cpp:1413:			         && !isInAsm                    // not in extended assembler
highlight-3.41/src/core/astyle/ASFormatter.cpp-1414-			         && !isInAsmOneLine             // not in extended assembler
##############################################
highlight-3.41/src/core/astyle/ASFormatter.cpp-1496-				{
highlight-3.41/src/core/astyle/ASFormatter.cpp:1497:					isInAsm = true;
highlight-3.41/src/core/astyle/ASFormatter.cpp-1498-				}
##############################################
highlight-3.41/src/core/astyle/ASFormatter.cpp-2478-	if (endOfAsmReached)
highlight-3.41/src/core/astyle/ASFormatter.cpp:2479:		endOfAsmReached = isInAsmBlock = isInAsm = false;
highlight-3.41/src/core/astyle/ASFormatter.cpp-2480-	shouldKeepLineUnbroken = false;
##############################################
highlight-3.41/src/core/astyle/ASFormatter.cpp-7079-	        || isInExecSQL
highlight-3.41/src/core/astyle/ASFormatter.cpp:7080:	        || isInAsm || isInAsmOneLine || isInAsmBlock
highlight-3.41/src/core/astyle/ASFormatter.cpp-7081-	        || isInTemplate)
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-173-	haveLineContinuationChar = other.haveLineContinuationChar;
highlight-3.41/src/core/astyle/ASBeautifier.cpp:174:	isInAsm = other.isInAsm;
highlight-3.41/src/core/astyle/ASBeautifier.cpp-175-	isInAsmOneLine = other.isInAsmOneLine;
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-331-	haveLineContinuationChar = false;
highlight-3.41/src/core/astyle/ASBeautifier.cpp:332:	isInAsm = false;
highlight-3.41/src/core/astyle/ASBeautifier.cpp-333-	isInAsmOneLine = false;
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-2776-					}
highlight-3.41/src/core/astyle/ASBeautifier.cpp:2777:					isInAsm = false;
highlight-3.41/src/core/astyle/ASBeautifier.cpp-2778-					isInConditional = false;
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3182-			}
highlight-3.41/src/core/astyle/ASBeautifier.cpp:3183:			else if (isInAsm || isInAsmOneLine || isInAsmBlock)
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3184-			{
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3328-				isInAsmBlock = false;
highlight-3.41/src/core/astyle/ASBeautifier.cpp:3329:				isInAsm = isInAsmOneLine = isInQuote = false;	// close these just in case
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3330-
##############################################
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3488-				{
highlight-3.41/src/core/astyle/ASBeautifier.cpp:3489:					isInAsm = true;
highlight-3.41/src/core/astyle/ASBeautifier.cpp-3490-				}
##############################################
highlight-3.41/themes/edit-fasm.theme-3-*                                                                            *
highlight-3.41/themes/edit-fasm.theme:4:*                                 FASM Theme                                 *
highlight-3.41/themes/edit-fasm.theme-5-*                                                                            *
##############################################
highlight-3.41/themes/edit-fasm.theme-24-
highlight-3.41/themes/edit-fasm.theme:25:Description   = "FASM Editor"
highlight-3.41/themes/edit-fasm.theme-26-
##############################################
highlight-3.41/themes/edit-fasm.theme-40-
highlight-3.41/themes/edit-fasm.theme:41:LineNum       = { Colour="#0078D7" }  -- "Lochmara" blue (in FASM IDE: Selection BG)
highlight-3.41/themes/edit-fasm.theme-42-
highlight-3.41/themes/edit-fasm.theme:43:PreProcessor  = Operator -- (not used by FASM syntax)
highlight-3.41/themes/edit-fasm.theme-44-
##############################################
highlight-3.41/langDefs/purebasic.lang-107-    },
highlight-3.41/langDefs/purebasic.lang:108:  { Id=2,   -- Inline ASM > PB IDE color: #924B72 (Cannon Pink)
highlight-3.41/langDefs/purebasic.lang-109-    Regex=[[ ^\s*(![^;]*) ]], Group=1
highlight-3.41/langDefs/purebasic.lang-110-    },
highlight-3.41/langDefs/purebasic.lang:111:  { Id=2,   -- ASM Keywords > PB IDE color: #924B72 (Cannon Pink)
highlight-3.41/langDefs/purebasic.lang-112-    List={
##############################################
highlight-3.41/langDefs/purebasic.lang-302-v1.2   - 2017/05/11 (PureBASIC v5.60)
highlight-3.41/langDefs/purebasic.lang:303:       - Added ASM keywords and support for inline ASM (via "!" syntax).
highlight-3.41/langDefs/purebasic.lang-304-       - BUG-FIXES:
##############################################
highlight-3.41/langDefs/fasm.lang-23- ------------------------------------------------------------------------------
highlight-3.41/langDefs/fasm.lang:24:Syntax tokens were extracted directly from FASM source file "SOURCE/TABLES.INC"
highlight-3.41/langDefs/fasm.lang:25:of the MS Windows FASM package ('fasmw17160.zip'); thus ensuring that only FASM-
highlight-3.41/langDefs/fasm.lang-26-supported token are highlighted. A few tokens were manualy added (see Notes).
##############################################
highlight-3.41/langDefs/fasm.lang-51-
highlight-3.41/langDefs/fasm.lang:52:"x86asm.js" -- Intel x86 Assembly NASM syntax for highlight.js, by innocenat:
highlight-3.41/langDefs/fasm.lang-53-    https://github.com/isagalaev/highlight.js/blob/master/src/languages/x86asm.js
##############################################
highlight-3.41/langDefs/fasm.lang-55-
highlight-3.41/langDefs/fasm.lang:56:"fasm.xml" -- Highlighting-Kate FASM definition, adapted by John MacFarlane and
highlight-3.41/langDefs/fasm.lang-57-              Geoff Nixon from Nicola Gigante's and Bogdan Drozdowski's
##############################################
highlight-3.41/langDefs/fasm.lang-570-[ 4] OCTAL "Q" -- The alternative "q" syntax for octal numbers was introduced
highlight-3.41/langDefs/fasm.lang:571:     in Fasm v1.71.56.
highlight-3.41/langDefs/fasm.lang-572-[ 5] "@@" ANONYMOUS LABELS -- The anonymous labels token "@@", "@b"/"@r" and
##############################################
highlight-3.41/langDefs/fasm.lang-593-            db 224
highlight-3.41/langDefs/fasm.lang:594:[ D] This file contains only tokens found in FASM v1.71.60, I'm not sure if
highlight-3.41/langDefs/fasm.lang:595:     older versions of FASM supported tokens which are now deprecated, but if
highlight-3.41/langDefs/fasm.lang-596-     this was the case it might be worth adding them to the keywords list so
##############################################
highlight-3.41/ChangeLog-87-  to syntax types (suggested by Andy)
highlight-3.41/ChangeLog:88:-added FASM definition and edit-fasm theme (thanks to Tristano Ajmone)
highlight-3.41/ChangeLog-89--added outhtml_ie7_webctrl plug-in (suggested by Tristano Ajmone)
##############################################
highlight-3.41/extras/langDefs-resources/template.lang-159-        var apples = 6;
highlight-3.41/extras/langDefs-resources/template.lang:160:        console.log(`There are ${apples} apples in the basket!`);
highlight-3.41/extras/langDefs-resources/template.lang-161-        
##############################################
highlight-3.41/gui_files/ext/fileopenfilter.conf-67-Fame (*.fame)
highlight-3.41/gui_files/ext/fileopenfilter.conf:68:FASM (*.asm *.inc)
highlight-3.41/gui_files/ext/fileopenfilter.conf-69-Felix (*.flx)