tbh1 / sublime-notes

A syntax designed to bring syntax highlighting to every day note taking.
76 stars 18 forks source link

Add Some Color for Credentials #21

Open You4eea opened 7 years ago

You4eea commented 7 years ago

Hey First Off, thanks for a great tool, as a DevOp/WebDev I often have lots of notes that are not realated to code and then I'll put a snippet in and there is no way to color the snippets, You have solved my biggest issue with all code tools, so thank you very much.

Hey is there a way for you to add some color a format like this for common credentials data. For example,

==================================
MYSQL DATABASE DETAILS:
==================================
HOST = Enter_URL_Here
dbName = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

==================================
WORDPRESS DETAILS:
==================================
URL = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

    Additional User:  YES  NO
    Uname = Enter_Username_Here
    Pword = Enter_Username_Here

==================================
FTP DETAILS:
==================================
HOST = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

Using the FTP as an example, something similar to your blue headers with a ":" but when a equal sign is used have the leftside be blue and the right side of the "=" yellow or something.

Or is there a way I can change this? that would be awesome..

Again, this is awesome! Thanks

~N