Daniel Gruno
|
df33bf7282
|
Add IfVersion as a known section directive, change the css for literals and identify Options arguments as literals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331530 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 18:23:10 +00:00 |
|
Daniel Gruno
|
1513f8d80b
|
Add AuthzProviderAlias as a valid section directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331290 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 08:16:23 +00:00 |
|
Daniel Gruno
|
1036562689
|
add a boundary check to type highlighting in C
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331260 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 07:17:08 +00:00 |
|
Daniel Gruno
|
1ae3e9d127
|
Update keywords for shell scripts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331235 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 06:15:12 +00:00 |
|
Daniel Gruno
|
c23909315f
|
Prevent infinite looping in case of borked spans or code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330992 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 17:49:39 +00:00 |
|
Daniel Gruno
|
f19a613269
|
Accept AuthLDAPUrl as a keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330931 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 16:30:27 +00:00 |
|
Daniel Gruno
|
1c5fbceb62
|
Allow for multiple newlines to be ignored at start and finish
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330875 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 14:36:40 +00:00 |
|
Daniel Gruno
|
0fbe07f716
|
Remove trailing and leading newlines and spaces caused by xml formatting styles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330665 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 06:09:31 +00:00 |
|
Daniel Gruno
|
c02a1b0b91
|
Recognize IPv6 addresses as literals, update comment colors so they don't clash with section directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330363 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 15:51:31 +00:00 |
|
Daniel Gruno
|
b6058ee9e2
|
Recognize Require(Any|All|None) as enclosure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330278 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 13:30:48 +00:00 |
|
Daniel Gruno
|
4c7a210dd8
|
Make the lexer only highlight enclosures in config syntax if they are whole words, and update to also recognize FilesMatch, LocationMatch, Limit etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330241 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 12:33:44 +00:00 |
|
Daniel Gruno
|
6246448a94
|
Update CSS.
Add recognition of Directory, Location, VirtualHost, If/Else and Proxy as enclosures in httpd configurations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330161 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 08:52:43 +00:00 |
|
Daniel Gruno
|
e2c5c42f1d
|
Identify Apache specific functions and constants in C.
Treat true and false as boolean types (not keywords) in Lua.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330154 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 08:33:31 +00:00 |
|
Daniel Gruno
|
3128e82e2e
|
nil in Lua should be a type, not a keyword in highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330143 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 07:54:47 +00:00 |
|
Daniel Gruno
|
cef9d59899
|
Add Lua syntax support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330136 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 07:32:06 +00:00 |
|
Daniel Gruno
|
e1cd63ab9c
|
Recognize NULL as a number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330132 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 06:49:02 +00:00 |
|
Daniel Gruno
|
77d28d5d65
|
Separate config and c source styles a bit, set up proper distinction between types and keywords
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330128 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 06:36:47 +00:00 |
|
Daniel Gruno
|
d9018f8b16
|
Support for config highlighting (if anyone ever dares to do so)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330005 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 20:49:41 +00:00 |
|
Daniel Gruno
|
c693d92b97
|
Adding another syntax highlighting test subject (this time it's ASL, yay)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329816 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 16:06:52 +00:00 |
|