View Single Post
Author Message
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-02-2016 , 20:28   Amx Mod X's Syntax and theme for Sublime Text 3 from Notepad++
Reply With Quote #1

Sublime Text AMXX Pawn Syntax and Notepad++ Theme
=============

The theme and syntax file on Sublime Text must to be compatible within each other.
So when using one theme, you should use a syntax which implements that theme.
To keep the good work, there are naming conventions which both theme and syntax use.
Then we may have a general compatible stuff. But when doing this I broke a little it,
and added a new thing, doc tags /** ... */ vs /* ... */.

I developed this using other works, You can find their names on @author stuff.
However, there is a missing credit to give. The guy who wrote this: pawn.sublime-completions.
I found him (OvidiuS) on the thread/post Sublime Text 2.

When I have time, I will look for him, and improve the theme compatibility and syntax naming conversions along other languages as Java, C++, JavaScript, PHP, HTML, CSS, etc.
Probably I will create new syntaxes adding some missing stuff as the java/c++ doc tags /** ... */ vs /* ... */ as you may see on the Amxx version bellow.




## Notes

It only works well for the Sublime Text Notepad++ Theme.



## Installation
  1. Download & Install Sublime 3.
  2. Install Sublime Package Manager (https://packagecontrol.io/installation)
  3. Go to Preferences > Browse Packages... and clone this package into there.
    Code:
    git clone https://github.com/evandrocoan/SublimeAmxxPawn SublimeAmxxPawn
  4. Restart Sublime

  5. Not clear enough? See the full installation video guide How To Install Sublime Notepad Theme
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 04-12-2020 at 19:17. Reason: Added a full video tutorial
addons_zz is offline