diff options
Diffstat (limited to 'lua/Snippets/luasniphelperslatex.lua')
| -rw-r--r-- | lua/Snippets/luasniphelperslatex.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/Snippets/luasniphelperslatex.lua b/lua/Snippets/luasniphelperslatex.lua index 29599b3..f49f547 100644 --- a/lua/Snippets/luasniphelperslatex.lua +++ b/lua/Snippets/luasniphelperslatex.lua @@ -21,4 +21,8 @@ tex.in_figure = function() return tex.in_env('figure') end +tex.in_scheme = function() + return tex.in_env('scheme') +end + return tex |
