Problem: filetype: lalrpop files are not recognized
Solution: detect '*.lalrpop' files as lalrpop filetype
(David Thievon)
References:
https://github.com/lalrpop/lalrpop
closes: #16223
Signed-off-by: David Thievon <pdkfan@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
" Lace (ISE)
au BufNewFile,BufRead *.ace,*.ACE setf lace
+" Lalrpop
+au BufNewFile,Bufread *.lalrpop setf lalrpop
+
" Larch Shared Language
au BufNewFile,BufRead .lsl call dist#ft#FTlsl()
kscript: ['file.ks'],
kwt: ['file.k'],
lace: ['file.ace', 'file.ACE'],
+ lalrpop: ['file.lalrpop'],
latte: ['file.latte', 'file.lte'],
ld: ['file.ld', 'any/usr/lib/aarch64-xilinx-linux/ldscripts/aarch64elf32b.x'],
ldapconf: ['ldap.conf', '.ldaprc', 'ldaprc'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 929,
/**/
928,
/**/