Skip to content

Commit f37b25f

Browse files
authored
Merge branch 'master' into fancynoteq
2 parents fb23710 + aaf567b commit f37b25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ for disabling is currently not supported -- just don't set the option at all to
1616
keep it disabled).
1717

1818
- `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`).
2121
- `g:lua_syntax_fancynotequal` enables displaying Lua's `~=` operator with
2222
Unicode character ``.
2323
- `g:lua_syntax_nofold` disables code folding. If this option is set, you can
@@ -27,7 +27,7 @@ keep it disabled).
2727
instead of groups. Look in the source code for the second argument of `call
2828
s:FoldableRegion` for all options, but note that the names are subject to
2929
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
3131
like, `io`, `print` and even `require`, `error` etc. If that is too much you
3232
can use `g:lua_syntax_noextendedstdlib` instead to keep `_G`, `module`,
3333
`require`, `assert`, `error`, `pcall` and `xpcall` highlighted.

0 commit comments

Comments
 (0)