Skip to content

Commit

Permalink
SK-ST3 v2.0
Browse files Browse the repository at this point in the history
+ Added Support for (alaises: & import:)
+ Added Support for (||, %nl%, %newline%) in texts
+ Added String Color codes (&0, &1, &2 etc.)
+ Added some plurals (players, numbers, integers etc.)
+ Added (!=) which equals to `is not`
+ Added Support for more conditions in different places (Ternary Expr)
+ Added Support for more player objects (entit(y|ies) etc.) 
+ Added Support for Skript-Mirror codes (methods, expr, eff, cond)
+ Added Support (return & continue) statments
+ Added Support for options variables in texts - Ex. "{@Prefix}"
+ Added Support for `/command` and cooldown options of comands
* Fixed timeSpan highlighting
* Fixed Important comment bug
* Fixed Command options text (Showing white text)
  • Loading branch information
AyhamAl-Ali authored Dec 15, 2018
1 parent c37ef7f commit 80db4f2
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 0 deletions.
Binary file not shown.
62 changes: 62 additions & 0 deletions Sk-ST3/+ Material Theme (Recommended)/Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"afterglow_folder_icons": true,
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Sk-ST3/Sk-ST3.tmTheme",
"contrasted_quick_panel": true,
"contrasted_sidebar": true,
"contrasted_tabs": true,
"extract_sublime_package_ask_on_open": true,
"font_face": "Fira Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"bold"
],
"font_size": 11,
"highlight_line": true,
"icon_file_type_enable": true,
"ignored_packages":
[
"ActionScript",
"AppleScript",
"ASP",
"Clojure",
"Vintage",
"zzz A File Icon zzz"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_accent_acid-lime": true,
"material_theme_accent_scrollbars": true,
"material_theme_big_fileicons": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"show_errors_inline": true,
"theme": "Material-Theme.sublime-theme",
"theme_sidebar_close_always_visible": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_file_icons_hidden": true,
"theme_sidebar_folder_arrow": true,
"theme_sidebar_folder_atomized": true,
"theme_sidebar_folder_materialized": true,
"theme_sidebar_folder_mono": true,
"theme_sidebar_icon_saturation_hg": true,
"theme_tooltips_font_lg": true
}
12 changes: 12 additions & 0 deletions Sk-ST3/+ Material Theme (Recommended)/Read Me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
» Steps to Install Sk-ST3 with Material Theme (+ recommended options)


1. Copy "Sk-ST3.sublime-package" to "%appdata%/Sublime Text 3/Installed Packages"

2. Copy "Material Theme.sublime-package" to "%appdata%/Sublime Text 3/Installed Packages"

3. Copy "Preferences.sublime-settings" to "%appdata%/Sublime Text 3/Packages/User"


Happy Coding.
- Ayham Al-Ali
12 changes: 12 additions & 0 deletions Sk-ST3/Read Me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Note: I take no credits for this Syntax Highlighting, all credits goes to @HYPExMon5ter , he is the creator of this, I've only added some new syntaxes, edited some and made my own syntax highlighting (colors).

• I never liked coding without getting in the mood of coding, which requires some modern, dark themes and a nice syntax highlighting, I was lucky to find HYPExMon5ter's Syntax highlighting and I've used it for some time but then got bored a bit again.. so I decided to make my own forked version and learn some very simple stuff about Syntax Highlighting just so I can make my this and use it.

Steps:

Open the two files included with this .ZIP and choose what you like either with or without Material Theme then follow the Read Me file in that folder you chose.


- Ayham Al-Ali


Binary file added Sk-ST3/Sk-ST3.sublime-package
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"afterglow_folder_icons": true,
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Sk-ST3/Sk-ST3.tmTheme",
"contrasted_quick_panel": true,
"contrasted_sidebar": true,
"contrasted_tabs": true,
"extract_sublime_package_ask_on_open": true,
"font_face": "Fira Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"bold"
],
"font_size": 11,
"highlight_line": true,
"icon_file_type_enable": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"show_errors_inline": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_file_icons_hidden": true,
"theme_sidebar_folder_arrow": true,
"theme_sidebar_folder_atomized": true,
"theme_sidebar_folder_mono": true,
"theme_sidebar_icon_saturation_hg": true,
"theme_tooltips_font_lg": true
}
10 changes: 10 additions & 0 deletions Sk-ST3/Without Material Theme (Not Recommended)/Read Me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
» Steps to Install Sk-ST3 without Material Theme (+ recommended options)


1. Copy "Sk-ST3.sublime-package" to "%appdata%/Sublime Text 3/Installed Packages"

2. Copy "Preferences.sublime-settings" to "%appdata%/Sublime Text 3/Packages/User"


Happy Coding.
- Ayham Al-Ali

0 comments on commit 80db4f2

Please sign in to comment.