Note: This is the first time I tried to write syntax definition, so it probably has some Bug
- installation requirements: Sublime text 3 build 3103 + Package Control
Menu -> Preferences -> Browse Packages...- 'git clone https://github.com/R32/sublime-nekoml.git nml --depth=1'
-
Syntax highlighting for
*.nmlfile -
Auto Completion(only core lib)
- setting:
"auto_complete_triggers": [ {"characters": ".", "selector": "source.nml"} ]
- setting:
-
Goto Definition:
F12,Jump Back:Alt + --
Need add
/neko-master/src/coreFolder to current project.Menu -> Project -> Add Folder to Project...
-
-
NEW
.nekosyntax hightlighting(Partial) and auto Completion(only for builtins)- setting:
"auto_complete_triggers": [ ...,{"characters": "$", "selector": "source.neko"} ]
- setting:
