Versions in this module Expand all Collapse all v1 v1.0.2 Jul 13, 2023 v1.0.1 Jul 13, 2023 Changes in this version + type Language int + const AppleScript + const Assembly + const BLIF + const Batch + const C + const CMake + const CSharp + const Clif + const Clojure + const Dart + const EDIF + const Elixir + const Flex + const Fortran + const GLSLF + const Go + const HTML + const Haskell + const Java + const JavaScript + const Kotlin + const LEF + const Lisp + const Markdown + const Matlab + const MySQL + const NinjaBuild + const ObjectiveC + const Perl + const Python + const R + const Ruby + const Rust + const SDC + const SDF + const SPEF + const SQL + const SWIG + const Shader + const Shell + const Swift + const SystemVerilog + const TCL + const TypeScript + const Unknown + const Verilog + const XDC + const Yacc + const Yaml + func ClassifyLanguage(filename string) Language + func (lang Language) MultilineCommentEnd() string + func (lang Language) MultilineCommentStart() string + func (lang Language) NestedComments() bool + func (lang Language) QuoteCharacter(quote rune) (ok bool, escape bool) + func (lang Language) SingleLineCommentStart() string