https://github.com/r32/sublime-nekoml
.NML Syntax Highlighting and Auto Completion for Core Lib
https://github.com/r32/sublime-nekoml
Last synced: about 1 year ago
JSON representation
.NML Syntax Highlighting and Auto Completion for Core Lib
- Host: GitHub
- URL: https://github.com/r32/sublime-nekoml
- Owner: R32
- Created: 2016-05-13T16:08:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T12:55:55.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T03:17:18.903Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sublime-nekoml
------
Note: This is the first time I tried to write syntax definition, so it probably has some Bug
### Install
1. installation requirements: Sublime text 3 build 3103 + Package Control
2. `Menu -> Preferences -> Browse Packages...`
3. 'git clone https://github.com/R32/sublime-nekoml.git nml --depth=1'

### features
* Syntax highlighting for `*.nml` file
* Auto Completion(only core lib)
- setting: `"auto_complete_triggers": [ {"characters": ".", "selector": "source.nml"} ]`
* Goto Definition: `F12`,Jump Back: `Alt + -`
- Need add `/neko-master/src/core` Folder to current project.
> `Menu -> Project -> Add Folder to Project...`
* **NEW** `.neko` syntax hightlighting(Partial) and auto Completion(only for builtins)
- setting: `"auto_complete_triggers": [ ...,{"characters": "$", "selector": "source.neko"} ]`