2017-01-31 02:36:22 -05:00
|
|
|
# how to use this file?
|
|
|
|
# the # on the beginning of the line is a comment
|
|
|
|
# the different sections are seperated by [<name>Dict] <name> is the section name. Dict is a keyword
|
|
|
|
# the entrys are seperated with :===: in words colon tripple equal colon ( to not collide with substitutions)
|
|
|
|
[levelDict]
|
|
|
|
none:===:
|
|
|
|
some:===:.-$~+*-/\@
|
|
|
|
most:===:.,:-$~+*-/\@!#%^&*()[]}{<>;
|
|
|
|
all:===:!"#$%& \'()*+,-./:;<=>?@[\\]^_`{|}~
|
|
|
|
|
|
|
|
[punctDict]
|
|
|
|
:===:espacio
|
|
|
|
&:===:et
|
|
|
|
':===:apóstrofo
|
|
|
|
@:===:arroba
|
|
|
|
\:===:barra inversa
|
|
|
|
|:===:barra vertical
|
|
|
|
!:===:Cerrar exclamación
|
|
|
|
^:===:circumplejo
|
|
|
|
::===:dos puntos
|
|
|
|
,:===:coma
|
|
|
|
-:===:guion
|
|
|
|
$:===:dólar
|
|
|
|
.:===:punto
|
|
|
|
>:===:mayor que
|
|
|
|
`:===:grave
|
|
|
|
#:===:signo de número
|
|
|
|
{:===:abrir yave
|
|
|
|
[:===:abrir corchete
|
|
|
|
(:===:abrir paréntesis
|
|
|
|
<:===:menor que
|
|
|
|
%:===:porciento
|
|
|
|
+:===:más
|
|
|
|
?:===:cerrar interrogación?
|
|
|
|
":===:comillas
|
|
|
|
):===:cerrar paréntesis
|
|
|
|
}:===:cerrar yave
|
|
|
|
]:===:cerrar corchete
|
|
|
|
;:===:punto y coma
|
|
|
|
/:===:barra
|
|
|
|
*:===:asterisco
|
|
|
|
~:===:tilde
|
|
|
|
_:===:subrayado
|
|
|
|
=:===:igual
|
|
|
|
|
|
|
|
[customDict]
|
2019-10-21 18:45:38 -04:00
|
|
|
|
2017-01-31 02:36:22 -05:00
|
|
|
[emoticonDict]
|
2019-10-21 18:45:38 -04:00
|
|
|
# This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
|
|
|
regex;[\s*|'|"][\s*|'|"]<{-.-}>:===:Raves
|
|
|
|
regex;[\s*|'|"][\s*|'|"]8-\):===:smile with sunglasses
|
|
|
|
regex;[\s*|'|"][\s*|'|"]:-/:===:confused
|
|
|
|
regex;[\s*|'|"][\s*|'|"]-\.-:===:bugged
|
|
|
|
regex;[\s*|'|"][\s*|'|"]>\.<:===:laughing
|
|
|
|
regex;[\s*|'|"][\s*|'|"]8-X:===:skull
|
|
|
|
regex;[\s*|'|"][\s*|'|"]>:\):===:evil smile
|
|
|
|
regex;[\s*|'|"][\s*|'|"]>:-\):===:evil smile
|
|
|
|
regex;[\s*|'|"][\s*|'|"]\\o/:===:Hurray
|
|
|
|
regex;[\s*|'|"][\s*|'|"]:/:===:confused
|
|
|
|
regex;[\s*|'|"][\s*|'|"]8\):===:smile with sunglasses
|
|
|
|
regex;[\s*|'|"]:D[\s*|'|"]:===:laugh
|
|
|
|
regex;[\s*|'|"];\)[\s*|'|"]:===:wink
|
|
|
|
regex;[\s*|'|"]XD[\s*|'|"]:===:LOL
|
|
|
|
regex;[\s*|'|"]:-\)[\s*|'|"]:===:smile
|
|
|
|
regex;[\s*|'|"]:\)[\s*|'|"]:===:smile
|
|
|
|
regex;[\s*|'|"]->[\s*|'|"]:===:arrow right
|
2019-10-16 17:54:18 -04:00
|
|
|
# example for arrow left
|
|
|
|
#(?:[ |^])(<-)(?:[ ,.!?$]):===:arrow left
|
|
|
|
# or
|
|
|
|
#([ |^])<-([ ,.!?$]):===:arrow left\2
|
2019-10-21 18:45:38 -04:00
|
|
|
regex;[\s*|'|"]<-[\s*|'|"]:===:arrow left
|
|
|
|
regex;[\s*|'|"][O|o][O|o][\s*|'|"]:===:WTF?
|
|
|
|
regex;[\s*|'|"]\^\^[\s*|'|"]:===:enjoy smile
|