How do I turn off/on syntax highlighting?
By default, the Vim syntax highlighting is turned off. To enable the syntax highlighting, you can use one of the following commands:
:syntax enable
or
:syntax on
To disable the syntax highlighting, you can use the following command:
:syntax off
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking