From e54caf087cecda02b625b5d5d51c667746002a3e Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:42:10 -0400 Subject: Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r' Originally this was to prevent clashes with Textadept's language-specific key handling, but this is no longer applicable. --- lua/lexers/glsl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lexers/glsl.lua') diff --git a/lua/lexers/glsl.lua b/lua/lexers/glsl.lua index 878ca96..3999a1a 100644 --- a/lua/lexers/glsl.lua +++ b/lua/lexers/glsl.lua @@ -4,7 +4,7 @@ local lexer = lexer local P, S = lpeg.P, lpeg.S -local lex = lexer.new(..., {inherit = lexer.load('ansi_c')}) +local lex = lexer.new(..., {inherit = lexer.load('c')}) -- Word lists. lex:set_word_list(lexer.KEYWORD, { -- cgit v1.2.3