AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   Nano syntax highlighting easy (https://forums.alliedmods.net/showthread.php?t=314946)

DJEarthQuake 03-14-2019 13:44

Nano syntax highlighting easy
 
How to Highlight Pawn in nano:::
nano /usr/share/nano/c.nanorc
add "inc" "sma"


Code:

syntax "c" "inc" "sma" "\.(c(c|pp|xx|\+\+)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$"


All times are GMT -4. The time now is 05:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.