2017-01-25 17:29:47 -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]
|
|
|
|
:===:spacja
|
|
|
|
&:===:ampersant
|
|
|
|
':===:apostrof
|
|
|
|
@:===:małpa
|
|
|
|
\:===:bekslesz
|
|
|
|
|:===:pionowa kreska
|
|
|
|
!:===:wykrzyknik
|
|
|
|
^:===:daszek
|
|
|
|
::===:dwukropek
|
|
|
|
,:===:przecinek
|
|
|
|
-:===:myślnik
|
|
|
|
$:===:dolar
|
|
|
|
.:===:kropka
|
|
|
|
>:===:większe
|
|
|
|
`:===:akcent
|
|
|
|
#:===:hasz
|
|
|
|
{:===:lewa klamra
|
|
|
|
[:===:lewy nawias kwadratowy
|
|
|
|
(:===:lewy nawias
|
|
|
|
<:===:mniejsze
|
|
|
|
%:===:procent
|
|
|
|
+:===:plus
|
|
|
|
?:===:pytajnik
|
|
|
|
":===:cudzysłów
|
|
|
|
):===:prawy nawias
|
|
|
|
}:===:prawa klamra
|
|
|
|
]:===:prawy nawias kwadratowy
|
|
|
|
;:===:średnik
|
|
|
|
/:===:slesz
|
|
|
|
*:===:gwiazdka
|
|
|
|
~:===:tylda
|
|
|
|
_:===:podkreślnik
|
|
|
|
=:===:równa się
|
|
|
|
|
|
|
|
[customDict]
|
|
|
|
[emoticonDict]
|
2019-10-16 17:54:18 -04:00
|
|
|
# This dictionary uses regexp, so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
|
|
|
[\s*|'|"][\s*|'|"]<{-.-}>:===:Raves
|
|
|
|
[\s*|'|"][\s*|'|"]8-\):===:smile with sunglasses
|
|
|
|
[\s*|'|"][\s*|'|"]:-/:===:confused
|
|
|
|
[\s*|'|"][\s*|'|"]-\.-:===:bugged
|
|
|
|
[\s*|'|"][\s*|'|"]>\.<:===:laughing
|
|
|
|
[\s*|'|"][\s*|'|"]8-X:===:skull
|
|
|
|
[\s*|'|"][\s*|'|"]>:\):===:evil smile
|
|
|
|
[\s*|'|"][\s*|'|"]>:-\):===:evil smile
|
|
|
|
[\s*|'|"][\s*|'|"]\\o/:===:Hurray
|
|
|
|
[\s*|'|"][\s*|'|"]:/:===:confused
|
|
|
|
[\s*|'|"][\s*|'|"]8\):===:smile with sunglasses
|
|
|
|
[\s*|'|"]:D[\s*|'|"]:===:laugh
|
|
|
|
[\s*|'|"];\)[\s*|'|"]:===:wink
|
|
|
|
[\s*|'|"]XD[\s*|'|"]:===:LOL
|
|
|
|
[\s*|'|"]:-\)[\s*|'|"]:===:smile
|
|
|
|
[\s*|'|"]:\)[\s*|'|"]:===:smile
|
|
|
|
[\s*|'|"]->[\s*|'|"]:===:arrow right
|
|
|
|
# example for arrow left
|
|
|
|
#(?:[ |^])(<-)(?:[ ,.!?$]):===:arrow left
|
|
|
|
# or
|
|
|
|
#([ |^])<-([ ,.!?$]):===:arrow left\2
|
|
|
|
[\s*|'|"]<-[\s*|'|"]:===:arrow left
|
|
|
|
[\s*|'|"][O|o][O|o][\s*|'|"]:===:WTF?
|
|
|
|
[\s*|'|"]\^\^[\s*|'|"]:===:enjoy smile
|