-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
So I'm trying to run this on Vim and it works, but it would seem comments aren't being processed correctly?
I'm not familiar enough with Vim to make much more sense out of the error message.
Error detected while processing /home/martin/.vim/syntax/lsl.vim:
line 1246:
E866: (NFA regexp) Misplaced +
E64: \+ follows nothing
E475: Invalid argument: lslOperator display '\+\+|\-\-|<<|>>|&&?|\|\|?|\^|~|[!%<>=*\+\-\/]=?'
line 1261:
E866: (NFA regexp) Misplaced {
E64: \{ follows nothing
E475: Invalid argument: lslBlock display start='\{' end='\}' fold transparent contains=ALL
line 1264:
E54: Unmatched \(
E54: Unmatched \(
E475: Invalid argument: lslParen display start='\(' end='\)' fold transparent contains=ALL
line 1282:
E402: Garbage after pattern: start='\/\/' end='$' contains=lslCommentMulti,lslCommentTodo,@Spell
E475: Invalid argument: lslComment display start='\/\/' end='$' contains=lslCommentMulti,lslCommentTodo,@Spel
l
line 1285:
E402: Garbage after pattern: start='\/\*' end='\*\/' contains=lslComment,lslCommentTodo,@Spell
E475: Invalid argument: lslCommentMulti display start='\/\*' end='\*\/' contains=lslComment,lslCommentTodo,@S
pell