Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: polymer_0.5.0/bower_components/google-code-prettify/src/lang-matlab.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 by Amro <amroamroamro@gmail.com> 1 // Copyright (c) 2013 by Amro <amroamroamro@gmail.com>
2 // 2 //
3 // Permission is hereby granted, free of charge, to any person obtaining a copy 3 // Permission is hereby granted, free of charge, to any person obtaining a copy
4 // of this software and associated documentation files (the "Software"), to deal 4 // of this software and associated documentation files (the "Software"), to deal
5 // in the Software without restriction, including without limitation the rights 5 // in the Software without restriction, including without limitation the rights
6 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 // copies of the Software, and to permit persons to whom the Software is 7 // copies of the Software, and to permit persons to whom the Software is
8 // furnished to do so, subject to the following conditions: 8 // furnished to do so, subject to the following conditions:
9 // 9 //
10 // The above copyright notice and this permission notice shall be included in 10 // The above copyright notice and this permission notice shall be included in
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ); 171 );
172 PR.registerLangHandler( 172 PR.registerLangHandler(
173 PR.createSimpleLexer([], operatorsPatterns), 173 PR.createSimpleLexer([], operatorsPatterns),
174 ["matlab-operators"] 174 ["matlab-operators"]
175 ); 175 );
176 PR.registerLangHandler( 176 PR.registerLangHandler(
177 PR.createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns), 177 PR.createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns),
178 ["matlab"] 178 ["matlab"]
179 ); 179 );
180 })(window['PR']); 180 })(window['PR']);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698