diff options
author | SwissalpS <Luke@SwissalpS.ws> | 2020-06-28 16:34:00 +0200 |
---|---|---|
committer | SwissalpS <Luke@SwissalpS.ws> | 2020-06-28 16:34:00 +0200 |
commit | 2c60383840f23335b9bc2c91351aeb532389719b (patch) | |
tree | 5f0f3ed51bee8418e66bb1a64002c97d500f35d0 /plugins/scale.lua | |
parent | 56bbc4a2910a1f9802f77a0f9248218af3d01eae (diff) | |
download | lite-xl-plugins-2c60383840f23335b9bc2c91351aeb532389719b.tar.gz lite-xl-plugins-2c60383840f23335b9bc2c91351aeb532389719b.zip |
update header
Diffstat (limited to 'plugins/scale.lua')
-rw-r--r-- | plugins/scale.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/scale.lua b/plugins/scale.lua index e0b5aa0..d3e10e8 100644 --- a/plugins/scale.lua +++ b/plugins/scale.lua @@ -1,3 +1,9 @@ +--[[ + scale.lua + provides support for dynamically adjusting the scale of the code font / UI + version: 20200628_154010 + originally by 6r1d +--]] local core = require "core" local common = require "core.common" local command = require "core.command" |