diff options
author | Joshua <ehlodex@users.noreply.github.com> | 2017-12-14 09:36:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 09:36:27 -0500 |
commit | 65e665c50cef03f04663275aeee4964da3c93baf (patch) | |
tree | f326ccea95b96f8f29ed49db985b24249d8ac048 /init.lua | |
parent | 87249d2fb026f789857528e52b4d052a77c67fab (diff) |
Added symbol blocks
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -local characters = {"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","1","2","3","4","5","6","7","8","9","0","!","#","-",".",":",";","?"}
+local characters = {"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","1","2","3","4","5","6","7","8","9","0","!","#","$","%","&","(",")","*","+",",","-",".","/",":",";","<","=",">","?","@"}
for _, name in ipairs(characters) do --do this for all characters in the list
|