You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert from MagicPyhon.tmLanguage to MagicPyhon.sublime-syntax
As I can see the the syntax is generated from MagicPython.syntax.yaml into MagicPython.tmLanguage.
I open MagicPython.tmLanguage and removed the 3 first lines
```
<!-- AUTOGENERATED FROM grammars/src/MagicPython.syntax.yaml -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
```
Then I ran `Plugin Development: Convert syntax to .sublime-syntax` from sublime command pallet. This generated MagicPyhon.sublime-syntax.
0 commit comments