This commit is contained in:
root
2019-08-30 19:30:19 +02:00
commit 6f2b105ca0
595 changed files with 78405 additions and 0 deletions

2
langs/reg/operator.txt Normal file
View File

@ -0,0 +1,2 @@
=
:

14
langs/reg/reg.txt Normal file
View File

@ -0,0 +1,14 @@
### SHELL LANGUAGE ###
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
NAME Microsoft Registry
VERSION 5
STRING (?default)
HEADERVER:ENTITY [regv] \b(?alt:version.txt)
TYPE [regt] (hex\([02457b]\))|\b(?alt:type.txt)\b
ROOTKEYS:KEYWORD [regk] \b(?alt:rootkeys.txt)\b
OPERATOR [rego] \b(?alt:operator.txt)\b
COMMENT [regc] (;.*?$)
VARIABLE [regva] @

12
langs/reg/rootkeys.txt Normal file
View File

@ -0,0 +1,12 @@
HKEY_LOCAL_MACHINE
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_USERS
HKEY_CURRENT_CONFIG
HKEY_DYN_DATA
HKLM
HKCR
HKCU
HKU
HKCC
HKDD

2
langs/reg/type.txt Normal file
View File

@ -0,0 +1,2 @@
dword
hex

2
langs/reg/version.txt Normal file
View File

@ -0,0 +1,2 @@
Windows Registry Editor Version 5.00
REGEDIT4