()
| 193 | var Range = require("../range").Range; |
| 194 | |
| 195 | var Mode = function() { |
| 196 | this.HighlightRules = PythonHighlightRules; |
| 197 | this.foldingRules = new PythonFoldMode("\\:"); |
| 198 | this.$behaviour = this.$defaultBehaviour; |
| 199 | }; |
| 200 | oop.inherits(Mode, TextMode); |
| 201 | |
| 202 | (function() { |
nothing calls this directly
no outgoing calls
no test coverage detected