套件:ruby-github-linguist(7.12.2-1)
ruby-github-linguist 的相關連結
Debian 的資源:
下載原始碼套件 ruby-github-linguist:
- [ruby-github-linguist_7.12.2-1.dsc]
- [ruby-github-linguist_7.12.2.orig.tar.gz]
- [ruby-github-linguist_7.12.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
detection and highlight of the programming language of source code
Language detection: ruby-github-linguist defines a list of all languages known to GitHub in a yaml file. In order for a file to be highlighted, a language and a lexer must be defined there.
Syntax Highlighting: The actual syntax highlighting is handled by the Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction that determines which highlighter should be used on a file.
Stats: The Language stats bar that you see on every repository is built by aggregating the languages of each file in that repository. The top language in the graph determines the project's primary language.
Ignore vendored files: Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may even cause your project to be labeled as another language. ruby-github-linguist is able to identify some of these files and directories and exclude them.
Generated file detection: Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be detected and excluded from language stats. As an extra bonus, these files are suppressed in diffs.
其他與 ruby-github-linguist 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libruby2.7 (>= 2.7.0~preview1)
- Libraries necessary to run Ruby 2.7
-
- dep: ruby (<< 1:2.8~)
- Interpreter of object-oriented scripting language Ruby (default version)
- dep: ruby (>= 1:2.7~0)
-
- dep: ruby-charlock-holmes (>= 0.7.6~)
- Ruby character encoding detection library
-
- dep: ruby-escape-utils (>= 1.2~)
- Faster string escaping routines for your web apps
-
- dep: ruby-mini-mime (>= 1.0~)
- Lightweight mime type implementation
-
- dep: ruby-rugged (>= 0.25.1~)
- Ruby binding to the libgit2 library