~ubuntu-branches/ubuntu/wily/ktexteditor/wily-proposed

« back to all changes in this revision

Viewing changes to src/script/data/indentation/replicode.js

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scarlett Clark
  • Date: 2014-09-22 19:37:47 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140922193747-6vhh92mz3ci4fxu1
Tags: 5.2.0-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Use pkg-kde-tools version 3 scripts

[ Scarlett Clark ]
* Add missing dependency libqt5xmlpatterns5-dev.
* Cleanup copyright + move copyright extra details to comment to silence
  space-in-std-shortname-in-dep5-copyright lintian error.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* kate-script
2
 
 * name: Replicode
3
 
 * author: Martin Sandsmark <martin.sandsmark@kde.org>
4
 
 * license: BSD
5
 
 * revision: 1
6
 
 * kate-version: 3.4
7
 
 * indent-languages: Replicode
8
 
 * priority: 0
9
 
 *
10
 
 */
 
1
var katescript = {
 
2
    "name": "Replicode",
 
3
    "author": "Martin Sandsmark <martin.sandsmark@kde.org>",
 
4
    "license": "BSD",
 
5
    "revision": 2,
 
6
    "kate-version": "5.1",
 
7
    "indent-languages": ["Replicode"]
 
8
}; // kate-script-header, must be at the start of the file without comments, pure json
11
9
 
12
10
function indent(line, indentWidth, ch)
13
11
{