mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
More notes on languages config
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# Defines all Lanaguges known to GitHub
|
# Defines all Languges known to GitHub.
|
||||||
|
#
|
||||||
|
# All languages have an associated lexer for syntax highlighting. It
|
||||||
|
# defaults to name.downcase, which covers most cases. Make sure the
|
||||||
|
# lexer exists in lexers.yml. This is a list of available in our
|
||||||
|
# version of pygments.
|
||||||
#
|
#
|
||||||
# lexer - An explicit lexer String (defaults to name.downcase)
|
# lexer - An explicit lexer String (defaults to name.downcase)
|
||||||
# aliases - An Array of additional aliases (implicitly
|
# aliases - An Array of additional aliases (implicitly
|
||||||
@@ -7,6 +12,11 @@
|
|||||||
# searchable - Boolean flag to enable searching (defaults to true)
|
# searchable - Boolean flag to enable searching (defaults to true)
|
||||||
# search_term - Deprecated: Some langauges maybe indexed under a
|
# search_term - Deprecated: Some langauges maybe indexed under a
|
||||||
# different alias. Avoid defining new exceptions.
|
# different alias. Avoid defining new exceptions.
|
||||||
|
#
|
||||||
|
# Any additions or modifications (even trivial) should have corresponding
|
||||||
|
# test change in `test/test_language.rb`.
|
||||||
|
#
|
||||||
|
# Please keep this list alphabetized.
|
||||||
|
|
||||||
ASP:
|
ASP:
|
||||||
lexer: aspx-vb
|
lexer: aspx-vb
|
||||||
|
|||||||
Reference in New Issue
Block a user