We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta56f570 commiteafcedfCopy full SHA for eafcedf
syntax/moon.vim
@@ -147,12 +147,12 @@ syn match moonLuaFunc /debug\.setmetatable/
147
hideflinkmoonLuaFuncIdentifier
148
149
" The first case matches symbol operators only if they have an operand before.
150
-synmatchmoonExtendedOp/\%(\S\s*\)\@<=[+\-*/%&|\^=!<>?#]\+\|\.\|\\\|!/
+synmatchmoonExtendedOp/\%(\S\s*\)\@<=[+\-*/%&|\^=!<>?#]\+\|\.\|\\/
151
\display
152
hideflinkmoonExtendedOpmoonOperator
153
hideflinkmoonOperatorOperator
154
155
-syntaxmatchmoonFunction/->\|=>\|)\|(\|\[\|]\|{\|}/
+syntaxmatchmoonFunction/->\|=>\|)\|(\|\[\|]\|{\|}\|!/
156
highlightdefaultlinkmoonFunctionFunction
157
158
" This is separate from `moonExtendedOp` to help differentiate commas from