1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-15 04:01:43 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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