How to install the vue highlighting plug-in in atom: First open the atom software, click "File"->"Settings"->"Install" in the top menu bar; then search for "language-vue" Plug-in, click "Install" to install it.
The operating environment of this tutorial: Windows 7 system, Atom version 1.41.0, Dell G3 computer.
Atom is a cross-platform text editor launched by github specifically for programmers. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, JavaScript and other web programming languages. Various language development can be completed through a rich plug-in mechanism, which is often used for web development and can also be used for back-end development such as PHP.
Atom does not support vue syntax by default. If you use Atom to open a vue project, you will find that all labels are gray.
Related recommendations: "atom usage tutorial"
atom installation vue highlighting plug-in
Click File -> Settings -> Install in the menu, search for "vue", find "language-vue" in the search results and install it.
ok. After the installation is complete, open the Vue file and you will find that its content can be syntax highlighted.
For more programming-related knowledge, please visit: Programming Teaching! !
The above is the detailed content of How to install vue highlighting plug-in in atom. For more information, please follow other related articles on the PHP Chinese website!