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
{{ message }}
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
After you installed the language definition file successfully, all you have to do is
91
-
assign the `.py` files to always open with this syntax highlighter. Go to
106
+
After you installed the language definition file successfully, all you have to
107
+
do is assign the `.py` files to always open with this syntax highlighter. Go to
92
108
93
109
`View` → `Syntax` → `Open all with current extension as...` → `Python 3`
94
110
95
111
To remove this setting, you can always overwrite this preference.
96
112
97
113
***Manual installation***
98
114
99
-
Download the tmLanguage files from the Python and Cython branches of this repository.
100
-
Navigate to your `Packages` folder and create a `Python3` and/or a`Cython` folder(s)
101
-
and copy the tmLanguage and sublime-build files into.
115
+
Download the `tmLanguage` files from the python and Cython branches of this
116
+
repository. Navigate to your `Packages` folder and create a `Python3` and/or a
117
+
`Cython` folder(s) and copy the `tmLanguage` and sublime-build files into.
102
118
103
119
***Theme file***
104
120
@@ -108,42 +124,38 @@ your old color theme to the new one.*
108
124
109
125
### Contribute
110
126
111
-
Any help is appreciated and more than welcome -- my goal is to make the
112
-
*'de facto'* language bundle for Python 3. If you want to submit a change,
127
+
Any help is appreciated and more than welcome -- my goal is to make this the
128
+
*'de facto'* language bundle for python 3. If you want to submit a change,
113
129
please use the following conventions when editing the original python files:
114
130
115
-
- variables uses `underscore_separated_names`,
116
-
- all files uses 4 spaces for indentation,
117
-
-`=` and `:` operators are aligned if length of variable names are similar
118
-
-`(`, `[` and `{` start a new line, if possible and reasonable
119
-
- each line tries to fit in the width 80 columns
120
-
- comment separators can be easily generated with the `str_to_separator()`
131
+
- variables uses `underscore_separated_names`;
132
+
- all files uses 4 spaces for indentation;
133
+
-`=` and `:` operators are aligned if length of variable names are similar;
134
+
-`(`, `[` and `{` start a new line, if possible and reasonable;
135
+
- each line must fit in the width 80 columns (code, text, etc.);
136
+
- comment separators can be easily generated with the `src.utils.separator()`
121
137
function
122
138
123
139
### Appreciation
124
140
125
-
*Thank you very much Jon Clements for all the support and answers about Python
126
-
and regexes in general and of course thanks for all the wonderful members of the [**so**python](http://sopython.com) chat room! May the Cabbage be with us ;)*
127
-
128
-
### MIT LICENSE
141
+
*Thank you very much Jon Clements for all the support and answers about python
142
+
and regexes in general, Kevin, Ffisegydd, Zero Piraeus and Poke for the support,
143
+
and of course thanks for all the wonderful members of the
144
+
[sopython](http://sopython.com) chat room! May the Cabbage be with us ;)*
129
145
130
-
The MIT License (MIT)
146
+
### LICENSE
131
147
132
-
Copyright (c) 2013-2014 Peter Varo
148
+
Copyright (C) 2013 - 2014 Peter Varo
133
149
134
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
135
-
this software and associated documentation files (the "Software"), to deal in
136
-
the Software without restriction, including without limitation the rights to
0 commit comments