Sublime Forum

How to convertart notepad syntax to sublime text 3

#1

So… I’ll be honest, I’m really lost as to how I could create the syntax that I want on sublime text 3. I had the syntax on notepad++, which is this one : https://github.com/noah-/NipCheck

All the keywords and the colors are there, but I’m really confused on how I could make it into a new syntax on sublime text 3… I read the documentation here and there and I’m still lost. There isn’t really any guide on youtube either sadly.

Any help is appreciated a lot,

Thanks.

0 Likes

#2

Read the documentation:

  1. https://www.sublimetext.com/docs/3/color_schemes.html
  2. http://docs.sublimetext.info/en/latest/reference/color_schemes.html

Here you can find the Notepad++ Default Stylers theme using the old Sublime Text color scheme file:

There is this editor too:
https://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai

0 Likes