File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ for disabling is currently not supported -- just don't set the option at all to
16
16
keep it disabled).
17
17
18
18
- ` g:lua_syntax_nosymboloperator ` disables highlighting of the Lua symbol
19
- operators (that is, all operators except for the keyword operators and and
20
- or ).
19
+ operators (that is, all operators except for the keyword operators ` and ` and
20
+ ` or ` ).
21
21
- ` g:lua_syntax_fancynotequal ` enables displaying Lua's ` ~= ` operator with
22
22
Unicode character ` ≠ ` .
23
23
- ` g:lua_syntax_nofold ` disables code folding. If this option is set, you can
@@ -27,7 +27,7 @@ keep it disabled).
27
27
instead of groups. Look in the source code for the second argument of `call
28
28
s: FoldableRegion ` for all options, but note that the names are subject to
29
29
change in later versions.
30
- - ` g:lua_syntax_nostdlib ` disables highlighing of all standard library names
30
+ - ` g:lua_syntax_nostdlib ` disables highlighting of all standard library names
31
31
like, ` io ` , ` print ` and even ` require ` , ` error ` etc. If that is too much you
32
32
can use ` g:lua_syntax_noextendedstdlib ` instead to keep ` _G ` , ` module ` ,
33
33
` require ` , ` assert ` , ` error ` , ` pcall ` and ` xpcall ` highlighted.
You can’t perform that action at this time.
0 commit comments