HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/highlight/langDefs/vb.lang
Description="Visual Basic"

Keywords={
  { Id=1,
    List={"and", "as", "begin", "case", "call", "continue", "do", "each", 
        "else", "elseif", "end", "erase", "error", "event", "exit", "false", "for", 
        "function", "get", "gosub", "goto", "if", "implement", "in", "load", "loop", 
        "lset", "me", "mid", "new", "next", "not", "nothing", "on", "or", "property", 
        "raiseevent", "resume", "return", "rset", "select", "set", "stop", "sub", 
        "then", "to", "true", "unload", "until", "wend", "while", "with", "withevents", 
        "attribute", "alias", "as", "", "byref", "", "byval", "", "compare", "", "", 
        "declare", "explicit", "friend", "global", "let", "lib", "", "module", "object", 
        "option", "optional", "preserve", "private", "property", "public", "redim", "", 
        "type", "dim", "const"},
  },
  { Id=2,
    List={"boolean", "", "byte", "", "currency", "date", "decimal", "", "double", "enum", 
            "integer", "", "long", "single", "static", "string", "variant"},
  },
    { Id=2,
    Regex=[[\$\S+]],
  },
  --labels:
  { Id=3,
    Regex=[[^\s*(\w+):$]],
  },
  { Id=4,
    Regex=[[(\w+)\s*\(]],
  }
}


Strings={
  Delimiter=[["]],
    Escape=[[\"\"]]
}

IgnoreCase=true

Comments={
  { Block=false,
    Delimiter= { [['|rem|REM|Rem]] },
  },
}

Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\.]]