mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-18 09:20:33 +01:00
Merge pull request #1 from bonanza123/matlab
Add matlab/octave comment recognition
This commit is contained in:
commit
04c687781c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ __comment_end__ = {"java": "*/", "c": "*/", "cc": "*/", "cpp": "*/", "cs": "*/",
|
|||
__comment__ = {"java": "//", "c": "//", "cc": "//", "cpp": "//", "cs": "//", "h": "//", "hh": "//", "hpp": "//", "hs": "--",
|
||||
"pl": "#", "php": "//", "py": "#", "glsl": "//", "rb": "#", "robot": "#", "rs": "//", "rlib": "//", "js": "//",
|
||||
"scala": "//", "sql": "--", "tex": "%", "ada": "--", "ads": "--", "adb": "--", "pot": "#", "po": "#", "go": "//",
|
||||
"ly": "%", "ily": "%"}
|
||||
"ly": "%", "ily": "%", "m": "%"}
|
||||
|
||||
__comment_markers_must_be_at_begining__ = {"tex": True}
|
||||
|
||||
|
|
Loading…
Reference in a new issue