From b55a3a9f79dc14c146a11aa32230624469ff874b Mon Sep 17 00:00:00 2001 From: Miikka Salminen Date: Sat, 7 Mar 2015 22:30:17 +0200 Subject: Added a new token type Comment.Hashbang with its documentation, and a support for it in Javascript, Perl, Python, Ruby and Bash lexers. --- doc/docs/tokens.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/docs') diff --git a/doc/docs/tokens.rst b/doc/docs/tokens.rst index 194eb70f..6455a501 100644 --- a/doc/docs/tokens.rst +++ b/doc/docs/tokens.rst @@ -297,6 +297,10 @@ Comments `Comment` Token type for any comment. +`Comment.Hashbang` + Token type for hashbang comments (i.e. first lines of files that start with + ``#!``). + `Comment.Multiline` Token type for multiline comments. -- cgit v1.2.1