diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 18:04:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 18:04:23 -0700 |
| commit | 9f08215dfb179c3c37c18016fb0eafb7ec6e681e (patch) | |
| tree | 6d1108b07b9a0a57dbc6c3701bf9971c9144da40 /core/metaprogramming.nom | |
| parent | 247e55059ce94521895f362f5cdfdebf49bfb8e1 (diff) | |
Moved console colors from core/ into lib/
Diffstat (limited to 'core/metaprogramming.nom')
| -rw-r--r-- | core/metaprogramming.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 8b33e52..f9cb4e9 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -2,7 +2,7 @@ This File contains actions for making actions and compile-time actions and some helper functions to make that easier. -lua> "NOMSU_CORE_VERSION = 1" +lua> "NOMSU_CORE_VERSION = 2" lua> ".." nomsu.COMPILE_ACTIONS["% -> %"] = function(nomsu, tree, \%args, \%body) |
