cn
1e645a8b55
ftyperc: make .bashrc as 'sh' not 'conf'
...
The *rc -> 'conf' detection should be done very first cause of it's
universality to allow other definitions to overwrite it.
2011-10-07 10:50:57 +02:00
cn
20488eb1ed
Update README
2011-10-05 00:16:20 +02:00
cn
3535b8b27e
HTML: make colorset less irritating
...
...for me ;)
2011-10-04 23:55:57 +02:00
cn
9743600faa
Update README
2011-10-04 23:30:12 +02:00
cn
f9ac8887c5
Ruby: minor bugfix with subroutine
2011-10-04 23:27:38 +02:00
cn
09bdf55037
New highlighter for Ruby's ERB and HTML embedded ERB
...
Ruby code inside ERB tags (whether in plain or HTML environment) is highlighted
via the ruby.jsf colorer.
2011-10-04 21:26:20 +02:00
cn
4d138ffec2
Ruby: allow ?! in symbols
2011-10-03 23:01:33 +02:00
cn
e832ba5d5a
Ruby: support for :"symbols" and :'symbols'
...
These are highlighted completely red.
2011-09-29 19:17:09 +02:00
cn
cd11cffde5
Ruby shebang pattern matching ".../env ruby" too
2011-09-22 16:50:49 +02:00
cn
b590d02112
Shebang recognition for Ruby
2011-09-22 16:46:45 +02:00
cn
d232c49b1e
For a programer it's more likely to encounter a script without ending
2011-09-22 16:42:48 +02:00
Christian Nicolai
21b53a4721
Ruby: fix no-keyword hilite
2011-09-19 00:42:28 +02:00
Christian Nicolai
6bea2b0dee
Ruby: no-keyword detection for e.g. .nil? or .private or .class
2011-09-18 23:40:34 +02:00
Christian Nicolai
023d39ed80
Ruby: remove .<digit> float support
...
Newer Rubies (appearently 1.7 and above) do not accept floating point literals
like .5 anymore with the following error:
no .<digit> floating literal anymore; put 0 before dot
2011-09-18 22:09:56 +02:00
Christian Nicolai
92de67ef9e
Ruby: fix symbol detection - it now detects 1-char-symbols like :s
2011-09-18 16:35:32 +02:00
Christian Nicolai
da873ca713
Ruby: fixed class declaration hilite
2011-09-18 16:30:00 +02:00
Christian Nicolai
23aa59efc2
Ruby: class name declaration highlighter (bold blue)
2011-09-17 20:37:53 +02:00
Christian Nicolai
2368f93f0e
´Ruby: highlight global variables yellow by default
2011-09-14 11:27:40 +02:00
Christian Nicolai
719446269f
Python: quasi-keywords and support for decorators (@annotation -> red)
2011-09-03 16:46:25 +02:00
Christian Nicolai
c0d169a2ce
Python: Highlight "private" members (e.g. _var) in brown
2011-09-03 16:18:07 +02:00
Christian Nicolai
499511cac7
Python docstrings should be green
...
Else everything is cyan: constants like numbers and strings *and* the docstrings.
2011-09-03 16:00:12 +02:00
Christian Nicolai
269586ce04
Todo label highlighting for Python
2011-09-03 11:05:07 +02:00
Christian Nicolai
dfb8ac1c22
Added original JOE highlighter for Python
2011-09-03 11:03:43 +02:00
Christian Nicolai
047a0a054a
Updated REAMDE
2011-08-22 19:30:01 +02:00
Christian Nicolai
419e028f5f
Made CSS parser <?php?> aware when in html/php files
...
The HTML highlighter (called from php.jsf) will "inherit" the php-flag to
css.jsf so it calls php.jsf again on <?php?>.
2011-08-17 23:58:48 +02:00
Christian Nicolai
e8990285cd
Added JOEs original HTML and CSS highlighters
...
These are gonna be patched...
2011-08-17 23:57:26 +02:00
Christian Nicolai
d062c874bd
Allow ? and ! in Ruby identifiers
...
From the spec ? and ! are only allow at the _end_ of _method_ names. The current highlighter accepts ? and ! in _all_ identifiers (since they could be e.g. method calls), too.
2011-08-11 22:53:32 +02:00
Christian Nicolai
40568ca3e3
More keywords for Ruby, disabled $global variables
2011-08-11 22:41:01 +02:00
Christian Nicolai
b4d4027981
Pure line-based approach is too complex
2011-08-10 10:27:00 +02:00
Christian Nicolai
8a65b04859
New syntax highlighter for assembly in AT&T syntax
...
This is a line-based version for parsing unix assembly in AT&T syntax,
rather then doing it token-based like asm.jsf.
2011-08-07 12:05:19 +02:00
Christian Nicolai
d18838749c
Updated README
2011-08-07 10:39:35 +02:00
Christian Nicolai
77fc8c0184
Disabled options --force, --spaces
...
These are causing trouble on normal text files though they should only take
effect on .whitespace files...
2011-08-07 10:34:51 +02:00
Christian Nicolai
254f6fa3d2
Generator script for bundles
2011-08-06 23:08:34 +02:00
Christian Nicolai
4ec555bf68
Updated README
2011-08-06 23:04:31 +02:00
Christian Nicolai
8b66e98b4a
Updated README
2011-08-06 22:19:09 +02:00
Christian Nicolai
6192219d98
Fixed bug in js.jsf
...
This prevented correct hilite in situations like this:
variable /* comment */
This was mislit as regex beginning t the second '/'.
2011-08-06 14:16:29 +02:00
Christian Nicolai
268167c81e
New bad tab highlighter for YAML files
...
This marks bad tabulators (inverse red) to make clear that YAML
only relies on spaces for indentation.
2011-08-06 12:44:51 +02:00
Christian Nicolai
0ca5a95d56
after_term support for Javascript highlighter
...
This allows us to parse / / regex literals correctly in (nearly?) all
situations by recognizing if a literal is currently allowed or not (after terms!).
Now calc(a / b) works perfectly since 'a' is a term.
But match(/blub/) works too since after a ( everything is allowed.
Tested on JQuery 1.6.2 normal source ;-)
2011-08-06 12:32:37 +02:00
Christian Nicolai
5b54f69666
Reformatted ruby.jsf for tabsize 8
2011-08-06 12:29:43 +02:00
Christian Nicolai
70b8e6a2d0
Fixed minor bug in php.jsf
...
This breaks highlighting completely on a sequence like
?'blub'
since the ? eats it's next char instead of delegating it to :idle.
2011-08-06 12:24:54 +02:00
Christian Nicolai
97035588b0
Original JOE syntax highlighting file for PHP
...
This contains bugs...
2011-08-06 12:23:28 +02:00
Christian Nicolai
c09253442f
Improved js.jsf
...
Currently the regex has some serious problems - may fail in practice.
2011-08-06 00:39:04 +02:00
Christian Nicolai
8014f8603f
Fixed bug
2011-08-06 00:38:52 +02:00
Christian Nicolai
a2c886e3fa
Added revamped Javascript highlighter
...
This version is only for standalone .js files, not for <script> tag in HTML.
2011-08-05 23:45:04 +02:00
Christian Nicolai
fa61d19d1c
Improved java highlighter by additional keywords
2011-08-05 23:32:46 +02:00
Christian Nicolai
d3e22cfc31
Added XML nested declaration patch
...
I don't know whether this introduces bugs with the XML highlighter but the
nested declaration highlighting is wrong (IMO and compared to other editors)
in situations like this:
<!--<inner_tag>
foo
bar
-->
The second '<' after the <!-- activates the nested_decl rule and prevents this
comment from being highlighted with class Comment.
2011-08-05 22:58:55 +02:00
Christian Nicolai
6b47a433ab
Added whitespace highlighting scheme
...
Note: you need to be careful what options to enable on JOE since
only tabs, spaces and newlines matter...
2011-08-05 22:56:58 +02:00
Christian Nicolai
60f12d591d
Added global variable highlighter for ruby
...
Feature:
- highlights $blub variables (yellow)
2011-08-04 00:23:31 +02:00
Christian Nicolai
267ac0301b
Added some subtypes of ruby files
2011-08-03 00:15:46 +02:00
Christian Nicolai
cc7cbfc270
Added comment information for several files
2011-08-03 00:07:01 +02:00
Christian Nicolai
ee54b1ff60
New syntax highlighter for INI files
...
Features:
- comments after ; and # (even on key=value lines)
- section highlight
- escaping in values
- error checking for [sections] and incomplete key=value pairs
2011-08-02 23:46:07 +02:00
Christian Nicolai
ca2159561e
Cleaned properties.jsf up
2011-08-02 23:45:43 +02:00
Christian Nicolai
6d9bc7ef5a
Updated HowItWorks.md
2011-08-02 22:14:39 +02:00
Christian Nicolai
1075dd7278
Updated HowItWorks.md
2011-08-02 22:10:26 +02:00
Christian Nicolai
6ce845cb5a
New JOE highlighter for Java's .properties files
...
Features:
- many :p
- value continuation on next line
- unicode escape codes
- line comments on # and !
- good error detection (simpler on stricter files)
2011-08-02 22:03:36 +02:00
Christian Nicolai
69bdfbbf9b
New comment todo labels for java
2011-08-02 18:53:07 +02:00
Christian Nicolai
acee020264
Refactored ruby comment todo labels
2011-08-02 18:52:46 +02:00
Christian Nicolai
09e10b4b36
New separate template file for comment todo labels
2011-08-02 18:52:01 +02:00
Christian Nicolai
46014493d8
Removed URL highlighter
...
It's not generally usable...
2011-08-02 17:50:59 +02:00
Christian Nicolai
6eaac228a3
Renamed antvar subroutine to maybe_antvar
2011-08-02 17:27:05 +02:00
Christian Nicolai
5912526050
URL highlighter for YAML
2011-08-02 17:23:09 +02:00
Christian Nicolai
c8bb8774a7
Fixed bug in yaml.jsf
2011-08-02 16:45:04 +02:00
Christian Nicolai
495194d5ca
Fixed ruby string substitution highlight
...
In (at least recent versions of) ruby the phrase #{var} is used
for string substitution in "..." strings.
2011-08-02 15:16:22 +02:00
Christian Nicolai
2dfd716959
Improved Ant syntax highlighting
...
Features:
- keyword hilite for start tag names e.g. <target ...>
- subroutine 'antvar' for Ant variable references
2011-08-02 15:00:12 +02:00
Christian Nicolai
1a314919ff
New syntax highlighting for Ant scripts
...
Common file for ftyperc: build.xml
This jsf is derived from the XML highlighter but with changed
colors matching the fact that for Ant <tags> are important
(and blue is bad here).
Features:
- Ant variable reference highlighting for e.g. ${build.dir}
2011-08-02 13:58:41 +02:00
Christian Nicolai
fe150361d1
Updated README
2011-08-02 13:09:30 +02:00
Christian Nicolai
87f179cf52
New syntax highlighting profile for apt's sources.list
2011-08-02 13:06:11 +02:00
Christian Nicolai
63a431bc13
Improved yaml.jsf
2011-08-02 12:29:30 +02:00
Christian Nicolai
c12712df6c
Method hilite for Java, prolog.jsf tabs corrected
2011-08-01 20:48:33 +02:00
Christian Nicolai
82ec704ab2
Added JOEs original java syntax highlighting file
2011-08-01 19:49:39 +02:00
Christian Nicolai
5d55ca5db6
Updated HowItWorks
2011-08-01 19:42:44 +02:00
Christian Nicolai
e0304b565a
Updated HowItWorks
2011-08-01 19:35:32 +02:00
Christian Nicolai
f4be1d570d
Updated HowItWorks
2011-08-01 19:21:50 +02:00
Christian Nicolai
81411e1446
Updated HowItWorks
2011-08-01 19:01:46 +02:00
Christian Nicolai
26bf96cc4c
Updated HowItWorks
2011-08-01 18:56:59 +02:00
Christian Nicolai
03523d5ac6
Outsourced description into HowItWorks.md
2011-08-01 18:53:45 +02:00
Christian Nicolai
b00055a6e3
Updated README
2011-08-01 18:46:03 +02:00
Christian Nicolai
b75473babf
Improved predicate highlight
2011-08-01 15:34:07 +02:00
Christian Nicolai
051fb7e61b
Predicate highlight for Prolog
...
This is done by using mark/endmark and recolormark facilities of jsf.
2011-08-01 15:30:09 +02:00
Christian Nicolai
fe6271c08a
Corrected tabs - using tab size 8
2011-08-01 11:21:59 +02:00
Christian Nicolai
feb8e9fbed
Use tab size 8 for jsf files
...
Good old unix style...
2011-08-01 11:09:48 +02:00
Christian Nicolai
649adaa634
Only highlight {} in Ruby (like Java)
2011-08-01 10:41:02 +02:00
Christian Nicolai
fa890e5f6a
Fixed brace support for ruby
2011-08-01 10:38:51 +02:00
Christian Nicolai
fda50c3968
Brace support for Ruby
2011-08-01 10:32:23 +02:00
Christian Nicolai
848f80c0b7
Updated README
2011-08-01 10:25:17 +02:00
Christian Nicolai
969e481e05
Extended ftyperc by Markdown, YAML support
2011-08-01 02:00:29 +02:00
Christian Nicolai
9cc4fa37d0
Original JOE ftyperc (file -> syntax mapping)
2011-08-01 01:59:53 +02:00
Christian Nicolai
fa3e34279c
Greatly extended YAML syntax file for JOE
...
New features:
- YAML directive support (red)
- YAML string (as scalar) support
- brace hilite (magenta)
- YAML block delimeters --- and ... (blue)
- YAML references &idxy and *idxy (yellow)
- YAML datatypes: builtin ones and local-defined (by user)
2011-08-01 01:53:52 +02:00
Christian Nicolai
cf3dd2ebd8
Removed experiments from yaml.jsf
2011-08-01 00:49:46 +02:00
Christian Nicolai
3503381f40
Some experiments with yaml.jsf
2011-08-01 00:48:52 +02:00
Christian Nicolai
293ea4995c
New YAML parsing profile for JOE
...
Currently only supports single line comments.
2011-08-01 00:09:15 +02:00
Christian Nicolai
b657c3c74b
Added jsf for Markdown
...
And by the way: plain text should be augmented!
2011-07-31 23:41:28 +02:00
Christian Nicolai
c73df189f8
Improved ruby.jsf
...
Now class and instance members (@@var and @var) will be recognized correctly.
2011-07-31 22:55:29 +02:00
Christian Nicolai
7904eb9dbf
Extended prolog.jsf
...
New features:
- multiline comments
- brace detection (magenta) for e.g. lists
- long list of keywords
2011-07-31 22:43:51 +02:00
Christian Nicolai
5b95c54985
Added prolog syntax highlighting for JOE
...
Feature are until now:
- single line comments
- Variables (capital letter)
- some keywords (like write, nl)
- integer numbers
2011-07-31 22:06:40 +02:00
Christian Nicolai
cbccf51357
Updated README
2011-07-31 17:05:53 +02:00
Christian Nicolai
e03f8bdeb5
Updated README
2011-07-31 17:00:58 +02:00
Christian Nicolai
1a3b10fa3e
Updated README
2011-07-31 16:58:19 +02:00
Christian Nicolai
56f2134055
Extended ruby.jsf
...
New features are:
- TODO (and FIXME, BUG, XXX) highlight in oneline comments (bold green)
- :symbols support (red)
- proc block argument highlight for e.g. |arg,val| (yellow, disabled)
- class member highlight for e.g. @field (brown, disabled)
- additional quasi-keywords
Disabled features may be enabled by setting a color in the header.
2011-07-31 16:50:38 +02:00
Christian Nicolai
e6384eab3f
Added original ruby syntax highlighting file
2011-07-31 16:29:37 +02:00